mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fixes: RIPD-1521 Switch to pure doxygen HTML for developer docs. Remove docca/boostbook system. Convert consensus document to markdown. Add existing markdown files to doxygen input set. Fix some image paths and scale images for use with MD links. Rename/cleanup some files for consistency. Add pipeline logic for windows slaves. Add ninja and parallel test run option. Add make doc target build in build-and-test.sh. Cleanup README files. Add nounity windows build. Add link to jenkins summary table. Add rippled_classic build (win). Improve formatting of summary table.
10 lines
270 B
Markdown
10 lines
270 B
Markdown
# Ripple Source Guidelines
|
|
|
|
Each folder contains a single module following the newest style:
|
|
|
|
- One class per header
|
|
- As much implementation hidden as possible
|
|
- All major interfaces are abstract
|
|
- Every class is documented
|
|
- Each module focuses on solving one problem
|