diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-04-06 22:21:57 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-04-06 22:21:57 +0000 |
commit | 6385780dc110bacf69a67332c8db8ddee9499eff (patch) | |
tree | cb38bfc03d033c35b658696e15ed86567c2dce91 /Doxyfile | |
parent | 9a602d38035972e6aabfb3bb4da2b1ee53f9f7be (diff) | |
download | libbu++-6385780dc110bacf69a67332c8db8ddee9499eff.tar.gz libbu++-6385780dc110bacf69a67332c8db8ddee9499eff.tar.bz2 libbu++-6385780dc110bacf69a67332c8db8ddee9499eff.tar.xz libbu++-6385780dc110bacf69a67332c8db8ddee9499eff.zip |
The documentation includes the source again :-P
Diffstat (limited to 'Doxyfile')
-rw-r--r-- | Doxyfile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -575,7 +575,10 @@ WARN_LOGFILE = Doxywarn | |||
575 | # with spaces. | 575 | # with spaces. |
576 | 576 | ||
577 | INPUT = src \ | 577 | INPUT = src \ |
578 | src/doxy | 578 | src/doxy \ |
579 | src/stable \ | ||
580 | src/unstable \ | ||
581 | src/experimental | ||
579 | 582 | ||
580 | # This tag can be used to specify the character encoding of the source files | 583 | # This tag can be used to specify the character encoding of the source files |
581 | # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is | 584 | # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is |