Files
xahaud/src/ripple
Mike Ellery 755849115e Add dev docs generation to Jenkins:
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.
2018-03-02 07:37:15 -08:00
..
2018-03-01 15:59:40 -08:00
2018-02-13 09:08:14 -05:00
2017-03-06 14:59:32 -05:00
2018-03-01 15:59:40 -08:00
2018-01-17 10:00:20 -08:00
2018-03-01 15:59:40 -08:00
2018-02-13 09:08:14 -05:00
2017-07-11 12:18:17 -04:00
2018-01-17 13:43:54 -08:00
2018-03-01 15:59:40 -08:00
2018-01-17 13:43:54 -08:00
2018-03-02 07:37:15 -08:00

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