diff mbox

[11/11] Doxygen: fixes for Python source code

Message ID 20140110162027.32524.81180.stgit@seurat.1015granger.net
State Accepted
Headers show

Commit Message

Chuck Lever III Jan. 10, 2014, 4:20 p.m. UTC
Doxygen didn't find Python source files without a ".py" suffix.

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

Patch

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