diff options
Diffstat (limited to 'rpkid/rpki')
-rw-r--r-- | rpkid/rpki/Doxyfile | 6 | ||||
-rw-r--r-- | rpkid/rpki/__init__.py | 2 |
2 files changed, 4 insertions, 4 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 diff --git a/rpkid/rpki/__init__.py b/rpkid/rpki/__init__.py index c65f025a..26efbf6a 100644 --- a/rpkid/rpki/__init__.py +++ b/rpkid/rpki/__init__.py @@ -29,7 +29,7 @@ # though, and I see no obvious way to automate them. Keeping the # documentation with the config file options would be nice. Someday. -## @mainpage +## @mainpage RPKI Engine Reference Manual ## ## This collection of Python modules implements a prototype of the ## RPKI Engine. This is a work in progress. |