diff options
author | Rob Austein <sra@hactrn.net> | 2012-04-16 20:32:12 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2012-04-16 20:32:12 +0000 |
commit | 2d26c4f5e632286cf6a75e20229f95fa799f5147 (patch) | |
tree | e9179438e7d39a02ddb655bec818bdcb5a203e77 /rpkid/Doxyfile | |
parent | 6f45f4a6b5a65ab12db71623877ce075f218e98c (diff) |
Clean up README files. Mostly this means changing them to pointers to
the real consolidated documentation.
Delete old Doxygen-based rpkid manual and stuff that went with it,
while retaining ability to generate Doxygen manual of internals for
the libraries.
This closes #232.
svn path=/trunk/; revision=4424
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 |