doc/doxygen.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 = .
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
QUIET = YES
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
     9
HAVE_DOT = YES
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
    10
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
    11
# input
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
    12
INPUT = ../src
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
    13
FILE_PATTERNS = *.hh *.cc
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
    14
EXCLUDE_PATTERNS = */.svn/*
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
    15
RECURSIVE = YES
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
    16
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
    17
JAVADOC_AUTOBRIEF = YES
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
    18
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
    19
# system stuff
28d52311c3e0 shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom
parents:
diff changeset
    20
PERL_PATH = /usr/bin/perl