diff options
Diffstat (limited to 'rpkid/rpki/Doxyfile')
-rw-r--r-- | rpkid/rpki/Doxyfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rpkid/rpki/Doxyfile b/rpkid/rpki/Doxyfile index 276c0967..23ed3f1b 100644 --- a/rpkid/rpki/Doxyfile +++ b/rpkid/rpki/Doxyfile @@ -27,13 +27,13 @@ DOXYFILE_ENCODING = UTF-8 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded # by quotes) that should identify the project. -PROJECT_NAME = "Resource PKI Engine" +PROJECT_NAME = "RPKI Engine" # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = RPKI +PROJECT_NUMBER = 1.0 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. @@ -773,7 +773,7 @@ TREEVIEW_WIDTH = 250 # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will # generate Latex output. -GENERATE_LATEX = NO +GENERATE_LATEX = YES # 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 |