Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doxygen: avoid most internals | David Brownell | 2009-11-01 | 1 | -2/+2 |
| | | | | | | | | | | | | | | For some reason, all the interals are documented by default. This is wrong for two basic reasons: - We need to focus on public interfaces, since those are the architectural interfaces and relationships. - Since virtually nothing has doxygen support yet, this maximizes the noise, and minimizes the usefulness of doxygen output. So don't expose so much by default. | ||||
* | Properly fix doxygen out-of-tree build process: | zwelch | 2009-05-24 | 1 | -0/+1517 |
- move Doxyfile to Doxyfile.in: type 'make Doxyfile' to recreate it - create Doxyfile from Doxyfile.in with make rule: - use sed substitution of $(srcdir) to location directories - delete all doxygen created files with 'make distclean' - include all required files (including logger.pl) in distribution git-svn-id: svn://svn.berlios.de/openocd/trunk@1901 b42882b7-edfa-0310-969c-e2dbd0fdcd60 |