doc/doxygen_hc_overclock.cfg
author terom
Mon, 15 Dec 2008 14:32:36 +0000
changeset 371 28d52311c3e0
permissions -rw-r--r--
shuffle around the doxygen stuff a bit, and update svn:ignore on doc
371
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
     1
# general
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
     2
PROJECT_NAME = Kishna Glista
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
     3
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
     4
# output
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
     5
OUTPUT_DIRECTORY = result
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
     6
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
     7
# settings
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
     8
HAVE_DOT = YES
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
     9
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
    10
EXTRACT_ALL = YES
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
    11
EXTRACT_PRIVATE = YES
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
    12
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
    13
ENABLE_PREPROCESSING = YES
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
    14
SEARCH_INCLUDES = YES
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
    15
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
    16
INCLUDE_GRAPH = YES
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
    17
INCLUDED_BY_GRAPH = YES
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
    18
DIRECTORY_GRAPH = YES
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
    19
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
    20
CLASS_GRAPH = YES
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
    21
COLLABORATION_GRAPH = YES
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
    22
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
    23
CALL_GRAPH = YES
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
    24
CALLER_GRAPH = YES
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
    25
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
    26
GRAPHICAL_HIERARCHY = YES
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
    27
SHOW_INCLUDE_FILES = YES
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
    28
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
    29
# DOT_GRAPH_MAX_NODES = 128
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
    30
MAX_DOT_GRAPH_DEPTH = 0
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
    31
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
    32
# input
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
    33
INPUT = ../../src
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
    34
FILE_PATTERNS = *.hh *.cc
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
    35
EXCLUDE_PATTERNS = */.svn/*
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
    36
RECURSIVE = YES
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
    37
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
    38
JAVADOC_AUTOBRIEF = YES
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
    39
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
    40
# system stuff
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
    41
PERL_PATH = /usr/bin/perl