-
Notifications
You must be signed in to change notification settings - Fork 345
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* doxygen: don't look in mythtv/contrib Since 93e7287, it has been excluded by EXCLUDE_PATTERNS. * doxyfile: enable FULL_PATH_NAMES This makes it easier to see where a file is included. STRIP_FROM_PATH = ../../ makes all paths referenced to the root of the Git repository (assuming doxygen is run in mythtv/docs/) * doxyfile: set STRIP_FROM_INC_PATH This makes the recommended include line more useful on class documentation pages. Instead of listing just the filename, it gives a usable path for the libraries and tells you which library, program, or plugin the class is in. * doxyfile: increase LOOKUP_CACHE_SIZE * doxyfile: extract anonymous namespaces * doxyfile: enable builtin STL support * doxyfile: generate SVGs instead of PNGs * docs: these are pages or sub-pages not groups * doxyfile: update EXCLUDE_PATTERNS All moc_*.(h|cpp) files are in a moc folder. All obj folders are generated during build. The i18n folders in mythplugins only contain generated files. I considered adding: */external/* but I'm leaving it for mythtranscode/external/replex */scripts/* I don't think any of these are useful to doxygen, but I'm not sure. * doxygen-architecture-document.cpp: silence doxygen warnings 402: warning: end of comment block while expecting command </em> 401: warning: found </em> tag without matching <em> Also removed extraneous character preventing line break from working correctly.
- Loading branch information
1 parent
8dbc67e
commit 2b07fe4
Showing
5 changed files
with
57 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters