aboutsummaryrefslogtreecommitdiff
path: root/Doxyfile (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-07-11Focus Doxygen documentationJeffrey Ryan1-2/+2
Right now Doxygen is documenting everything in the repo including submodules, everything in contrib, util, tests, etc. This bogs down the documentation to the point where it is very hard to navigate. I think it would be a good move to focus on documenting only the main C++ code which is specific to this repo. Right now this means documenting `src/` (without SUPERCOP), `contrib/epee/`, `external/easylogging++`. After this commit, Doxygen went from running >6000 graphs to about 2200 graphs.
2022-04-28Doxygen: Hide anonymous namespaces from documentation by defaultJeffrey1-1/+1
Bonus: little doc fix for net_ssl.h
2021-07-26Doxygen: Exclude build directoriesmj-xmr1-1/+1
2020-11-02Doxy - scan whole repo, create subdirs, don't generate LaTeX - mj-xmrmj-xmr1-3/+3
2018-06-23Changed URLs to HTTPSeinsteinsfool1-25/+25
2016-12-13Bitmonero namespace renamed Monero. Bitmonero namespace alias added so that ↵Randi Joseph1-1/+1
third party uses of the wallet api can transition.
2016-03-25Merge pull request #749Riccardo Spagni1-7/+7
bfd4a28 Update BlockchainDB documentation (Thomas Winget) 797357e Change Doxyfile, Blockchain not blockchain_storage (Thomas Winget) c835215 remove defunct code from cryptonote::core (Thomas Winget) 50dba6d cryptonote::core doxygen documentation (Thomas Winget) 8ac329d doxygen documentation for difficulty functions (Thomas Winget) 540a76c Move checkpoint functions into checkpoints class (Thomas Winget) 1b0c98e doxygen documentation for checkpoints.{h,cpp} (Thomas Winget) 89c24ac Remove unnecessary or defunct code (Thomas Winget) ab0ed14 doxygen include private and static members (Thomas Winget) 3a48449 Updated documentation for blockchain.* (Thomas Winget)
2016-03-25Revert "Merge pull request #749"Riccardo Spagni1-7/+7
This reverts commit 7fa63a82a1c3a0243f6757c1689855ed3ca61695, reversing changes made to cb6be986c36b78eddb4b7f16e9ad440af8567dc4.
2016-03-24Change Doxyfile, Blockchain not blockchain_storageThomas Winget1-3/+3
Changes the Doxyfile to expand preprocessor macros, but only the ones defined in the Doxyfile. This way we can specify that BLOCKCHAIN_DB == DB_LMDB for the sake of documentation.
2016-03-22doxygen include private and static membersThomas Winget1-4/+4
This can be easily reverted or removed before this branch is merged, so I'm going ahead and committing these couple changes.
2014-06-02Added Doxyfile for (uggly) documentation generationNeozaru1-0/+2310