diff options
author | Rob Austein <sra@hactrn.net> | 2007-08-12 03:20:21 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-08-12 03:20:21 +0000 |
commit | 4e1caf4abd943317ff18b5f99fd665292f89ba3b (patch) | |
tree | 463439bc92c3df3096488dfb154b4a0faf216325 /scripts | |
parent | 2310b7a330451ad5705150eaed568810f90b17c8 (diff) |
Doxygen cleanup.
svn path=/scripts/rpki/Doxyfile; revision=870
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/rpki/Doxyfile | 50 |
1 files changed, 6 insertions, 44 deletions
diff --git a/scripts/rpki/Doxyfile b/scripts/rpki/Doxyfile index adc4c672..bb408fe5 100644 --- a/scripts/rpki/Doxyfile +++ b/scripts/rpki/Doxyfile @@ -1,3 +1,5 @@ +# $Id$ + # Doxyfile 1.5.2 #--------------------------------------------------------------------------- @@ -24,8 +26,8 @@ ABBREVIATE_BRIEF = "The $name class" \ the ALWAYS_DETAILED_SEC = NO INLINE_INHERITED_MEMB = NO -FULL_PATH_NAMES = YES -STRIP_FROM_PATH = /u/sra/isc/route-pki/subvert-rpki.hactrn.net/scripts/ +FULL_PATH_NAMES = NO +STRIP_FROM_PATH = STRIP_FROM_INC_PATH = SHORT_NAMES = NO JAVADOC_AUTOBRIEF = NO @@ -83,49 +85,9 @@ WARN_LOGFILE = #--------------------------------------------------------------------------- # configuration options related to the input files #--------------------------------------------------------------------------- -INPUT = /u/sra/isc/route-pki/subvert-rpki.hactrn.net/scripts +INPUT = . INPUT_ENCODING = UTF-8 -FILE_PATTERNS = *.c \ - *.cc \ - *.cxx \ - *.cpp \ - *.c++ \ - *.d \ - *.java \ - *.ii \ - *.ixx \ - *.ipp \ - *.i++ \ - *.inl \ - *.h \ - *.hh \ - *.hxx \ - *.hpp \ - *.h++ \ - *.idl \ - *.odl \ - *.cs \ - *.php \ - *.php3 \ - *.inc \ - *.m \ - *.mm \ - *.dox \ - *.py \ - *.C \ - *.CC \ - *.C++ \ - *.II \ - *.I++ \ - *.H \ - *.HH \ - *.H++ \ - *.CS \ - *.PHP \ - *.PHP3 \ - *.M \ - *.MM \ - *.PY +FILE_PATTERNS = *.py RECURSIVE = NO EXCLUDE = EXCLUDE_SYMLINKS = NO |