diff options
author | Rob Austein <sra@hactrn.net> | 2008-07-15 17:38:45 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2008-07-15 17:38:45 +0000 |
commit | 8f8a7ea81035f9230c2b27588cb1548279d938b8 (patch) | |
tree | e1dc812ab16793b7f5f36c4b4fb5f18197625de2 /rpkid/Doxyfile | |
parent | 9d7bc8e2696d4616b5c73fe6f88d2e0c5dc9e545 (diff) |
Rename a couple of scripts whose names confuse Doxygen. Clean some of
the old test code out of rpkid/ to make real code easier to find.
svn path=/rpkid/Doxyfile; revision=1995
Diffstat (limited to 'rpkid/Doxyfile')
-rw-r--r-- | rpkid/Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/Doxyfile b/rpkid/Doxyfile index baee27b4..c432a42d 100644 --- a/rpkid/Doxyfile +++ b/rpkid/Doxyfile @@ -474,7 +474,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = rpki rpkid.py pubd.py irdbd.py rootd.py irbe-cli.py cross-certify.py +INPUT = rpki rpkid.py pubd.py irdbd.py rootd.py irbe_cli.py cross_certify.py # This tag can be used to specify the character encoding of the source files that # doxygen parses. Internally doxygen uses the UTF-8 encoding, which is also the default |