diff options
author | Rob Austein <sra@hactrn.net> | 2008-06-11 20:58:05 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2008-06-11 20:58:05 +0000 |
commit | 05fedd965f282baac401e3733df1a75a323c56c4 (patch) | |
tree | 21c880d492ea88818f5ef47434c82ce595a91e77 /rpkid/rpki | |
parent | 04d128a5d6b3c8180e4e62efb6c90058397ca422 (diff) |
Enable generation of PDF as well as HTML documentation
svn path=/docs/left-right-protocol; revision=1868
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. |