diff options
author | Rob Austein <sra@hactrn.net> | 2011-12-06 22:05:42 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2011-12-06 22:05:42 +0000 |
commit | 2b96dc14bd03587993321bab22186036c23aa0af (patch) | |
tree | 6a5aa9dbe772c3a42117903fbf3a4696a399f281 | |
parent | 2f969766c0c9b2cd4599f9b30eee3f873991e48f (diff) |
Include GUI directories in Doxygen trawl
svn path=/trunk/; revision=4098
-rw-r--r-- | rpkid/Doxyfile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/rpkid/Doxyfile b/rpkid/Doxyfile index 39c501c4..4e4e7f40 100644 --- a/rpkid/Doxyfile +++ b/rpkid/Doxyfile @@ -609,6 +609,15 @@ WARN_LOGFILE = # with spaces. INPUT = rpki \ + rpki/gui \ + rpki/gui/app \ + rpki/gui/app/templates \ + rpki/gui/app/templates/registration \ + rpki/gui/app/templates/rpkigui \ + rpki/gui/cacheview \ + rpki/gui/cacheview/templates \ + rpki/gui/cacheview/templates/cacheview \ + rpki/gui/templates \ rpkid.py \ pubd.py \ irdbd.py \ |