[fedfs-utils] [PATCH 11/11] Doxygen: fixes for Python source code

Chuck Lever chuck.lever at oracle.com
Fri Jan 10 08:20:27 PST 2014


Doxygen didn't find Python source files without a ".py" suffix.

Signed-off-by: Chuck Lever <chuck.lever at oracle.com>
---
 doxy.cfg |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doxy.cfg b/doxy.cfg
index 03f017e..1a91a2a 100644
--- a/doxy.cfg
+++ b/doxy.cfg
@@ -235,7 +235,7 @@ OPTIMIZE_OUTPUT_FOR_C  = YES
 # Java. For instance, namespaces will be presented as packages, qualified
 # scopes will look different, etc.
 
-OPTIMIZE_OUTPUT_JAVA   = NO
+OPTIMIZE_OUTPUT_JAVA   = YES
 
 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
 # sources only. Doxygen will then generate output that is more tailored for
@@ -687,7 +687,7 @@ WARN_LOGFILE           = /tmp/doxy.out
 # directories like "/usr/src/myproject". Separate the files or directories
 # with spaces.
 
-INPUT                  = src
+INPUT                  = src src/domainroot/fedfs-domainroot src/jumpstart/nsdb-jumpstart
 
 # This tag can be used to specify the character encoding of the source files
 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is




More information about the fedfs-utils-devel mailing list