Skip to content

Commit

Permalink
FIXED doxygen configuration to work outside OSX as well
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Oct 15, 2009
1 parent 380eb0e commit eec8e70
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions doc/reference.cfg
Expand Up @@ -17,7 +17,7 @@ INLINE_INHERITED_MEMB = NO
FULL_PATH_NAMES = NO
STRIP_FROM_PATH =
STRIP_FROM_INC_PATH =
SHORT_NAMES = NO
SHORT_NAMES = YES
JAVADOC_AUTOBRIEF = YES
QT_AUTOBRIEF = NO
MULTILINE_CPP_IS_BRIEF = NO
Expand Down Expand Up @@ -82,6 +82,7 @@ INPUT = ../src/ \
../src/base/ \
../src/event/ \
../src/gfx/ \
../src/gui/ \
../src/input/ \
../src/main/ \
../src/python/ \
Expand All @@ -92,6 +93,7 @@ INPUT = ../src/ \
INPUT_ENCODING = UTF-8
FILE_PATTERNS = *.h \
*.cc \
*.cpp \
*.dxt
RECURSIVE = NO
EXCLUDE =
Expand Down Expand Up @@ -178,7 +180,7 @@ MAN_LINKS = NO
#---------------------------------------------------------------------------
# configuration options related to the XML output
#---------------------------------------------------------------------------
GENERATE_XML = YES
GENERATE_XML = NO
XML_OUTPUT = xml
XML_SCHEMA =
XML_DTD =
Expand Down Expand Up @@ -218,22 +220,22 @@ PERL_PATH = /usr/bin/perl
# Configuration options related to the dot tool
#---------------------------------------------------------------------------
CLASS_DIAGRAMS = YES
MSCGEN_PATH = /Applications/Doxygen.app/Contents/Resources/
MSCGEN_PATH =
HIDE_UNDOC_RELATIONS = YES
HAVE_DOT = YES
CLASS_GRAPH = YES
COLLABORATION_GRAPH = YES
GROUP_GRAPHS = YES
UML_LOOK = NO
TEMPLATE_RELATIONS = NO
TEMPLATE_RELATIONS = YES
INCLUDE_GRAPH = YES
INCLUDED_BY_GRAPH = YES
CALL_GRAPH = NO
CALLER_GRAPH = NO
GRAPHICAL_HIERARCHY = YES
DIRECTORY_GRAPH = YES
DOT_IMAGE_FORMAT =
DOT_PATH = /Applications/Doxygen.app/Contents/Resources/
DOT_PATH =
DOTFILE_DIRS =
DOT_GRAPH_MAX_NODES = 50
MAX_DOT_GRAPH_DEPTH = 1000
Expand Down

0 comments on commit eec8e70

Please sign in to comment.