
1. Changed the file to document only the core classes of the nano-node. 2. Added the nano's logo and a main page.
11 lines
596 B
Markdown
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/*
|
|
|