dncurrency/doxygen/MAIN_PAGE.md
Thiago Silva be88d473a9
Updates the doxigen.config (#3726)
1. Changed the file to document only the core classes of the nano-node.
2. Added the nano's logo and a main page.
2022-02-09 14:54:56 -03:00

11 lines
596 B
Markdown

This provides a basic source-code generated documentation for the core classes of the nano-node.
Doxygen docs may look a bit overwhelming as it tries to document all the smaller pieces of code. For
this reason only the files from `nano` directory were added to this. Some other
files were also excluded as the `EXCLUDE_PATTERN` configuration stated below.
EXCLUDE_PATTERNS = */nano/*_test/* \
*/nano/test_common/* \
*/nano/boost/* \
*/nano/qt/* \
*/nano/nano_wallet/*