doc/doxygen/doxygen.cfg
author terom
Tue, 09 Dec 2008 04:41:48 +0000
changeset 368 fe49a4b12575
parent 359 ef6e1ace9c70
permissions -rw-r--r--
move our overdrive-doxygen stuff to doxygen_hc_overclock.cfg
284
27ce69fd1e06 work on Network doxygen docs
terom
parents: 283
diff changeset
     1
# general
232
59f014d22a38 A doxygen configuration that makes something that looks like a basix doxygen documentation. Might need some tuning. Script not tested but should work on
saiam
parents:
diff changeset
     2
PROJECT_NAME = Kishna Glista
284
27ce69fd1e06 work on Network doxygen docs
terom
parents: 283
diff changeset
     3
27ce69fd1e06 work on Network doxygen docs
terom
parents: 283
diff changeset
     4
# output
314
7276e43d19c3 updated doxyconfg
saiam
parents: 284
diff changeset
     5
OUTPUT_DIRECTORY = result
284
27ce69fd1e06 work on Network doxygen docs
terom
parents: 283
diff changeset
     6
27ce69fd1e06 work on Network doxygen docs
terom
parents: 283
diff changeset
     7
# settings
358
37b18b779ffb PIMP MAH DOXYGEN
terom
parents: 317
diff changeset
     8
HAVE_DOT = YES
37b18b779ffb PIMP MAH DOXYGEN
terom
parents: 317
diff changeset
     9
284
27ce69fd1e06 work on Network doxygen docs
terom
parents: 283
diff changeset
    10
# input
232
59f014d22a38 A doxygen configuration that makes something that looks like a basix doxygen documentation. Might need some tuning. Script not tested but should work on
saiam
parents:
diff changeset
    11
INPUT = ../../src
284
27ce69fd1e06 work on Network doxygen docs
terom
parents: 283
diff changeset
    12
FILE_PATTERNS = *.hh *.cc
27ce69fd1e06 work on Network doxygen docs
terom
parents: 283
diff changeset
    13
EXCLUDE_PATTERNS = */.svn/*
27ce69fd1e06 work on Network doxygen docs
terom
parents: 283
diff changeset
    14
RECURSIVE = YES
27ce69fd1e06 work on Network doxygen docs
terom
parents: 283
diff changeset
    15
317
f325fad21f4f Tuned doxygen configuration
saiam
parents: 314
diff changeset
    16
JAVADOC_AUTOBRIEF = YES
f325fad21f4f Tuned doxygen configuration
saiam
parents: 314
diff changeset
    17
284
27ce69fd1e06 work on Network doxygen docs
terom
parents: 283
diff changeset
    18
# system stuff
317
f325fad21f4f Tuned doxygen configuration
saiam
parents: 314
diff changeset
    19
PERL_PATH = /usr/bin/perl