Doxygen didn't find Python source files without a ".py" suffix. Signed-off-by: Chuck Lever <[email protected]> --- 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 _______________________________________________ fedfs-utils-devel mailing list [email protected] https://oss.oracle.com/mailman/listinfo/fedfs-utils-devel
