diff options
Diffstat (limited to 'rpkid/Doxyfile')
-rw-r--r-- | rpkid/Doxyfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/rpkid/Doxyfile b/rpkid/Doxyfile index 4e4e7f40..33f39f4b 100644 --- a/rpkid/Doxyfile +++ b/rpkid/Doxyfile @@ -608,7 +608,8 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = rpki \ +INPUT = doc \ + rpki \ rpki/gui \ rpki/gui/app \ rpki/gui/app/templates \ @@ -1156,7 +1157,7 @@ SERVER_BASED_SEARCH = NO # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will # generate Latex output. -GENERATE_LATEX = YES +GENERATE_LATEX = NO # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be |