Skip to content

Commit

Permalink
Fixes for Debian
Browse files Browse the repository at this point in the history
FULL_PATH_NAMES=NO: should be used to generate nice header file graphs.

HTML_TIMESTAMP=NO: fixes issue https://trac.osgeo.org/proj/ticket/265
  • Loading branch information
kimwalisch committed Oct 25, 2015
1 parent 3cc210e commit 9cf9575
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doxygen/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ INPUT = mainpage.dox \
../examples/c/nth_prime.c \
../examples/c/store_primes_in_array.c
HTML_INDEX_NUM_ENTRIES = 3
HTML_TIMESTAMP = NO
JAVADOC_AUTOBRIEF = YES
MULTILINE_CPP_IS_BRIEF = NO
SHOW_NAMESPACES = YES
Expand All @@ -32,3 +33,4 @@ EXAMPLE_PATH = ../examples
EXAMPLE_PATTERNS = *.cpp *.c
EXAMPLE_RECURSIVE = YES
GENERATE_LATEX = NO
FULL_PATH_NAMES = NO

0 comments on commit 9cf9575

Please sign in to comment.