| 1 |
# Included Doxygen Config file |
|---|
| 2 |
#--------------------------------------------------------------------------- |
|---|
| 3 |
# Project name & version number |
|---|
| 4 |
#--------------------------------------------------------------------------- |
|---|
| 5 |
PROJECT_NAME = |
|---|
| 6 |
PROJECT_NUMBER = |
|---|
| 7 |
|
|---|
| 8 |
#--------------------------------------------------------------------------- |
|---|
| 9 |
# Where to put the output |
|---|
| 10 |
# Note: The images dir should be next to the created html dir within the |
|---|
| 11 |
# output dir. |
|---|
| 12 |
# eg; |
|---|
| 13 |
# [Current Dir] |
|---|
| 14 |
# L__[OUTPUT_DIRECTORY] |
|---|
| 15 |
# L__[html] |
|---|
| 16 |
# L__[images] |
|---|
| 17 |
#--------------------------------------------------------------------------- |
|---|
| 18 |
OUTPUT_DIRECTORY = ../GtkRadiant-doxygen |
|---|
| 19 |
|
|---|
| 20 |
#--------------------------------------------------------------------------- |
|---|
| 21 |
# Where to read the sources |
|---|
| 22 |
# you can add more than one source... |
|---|
| 23 |
# INPUT = radiant/ \ |
|---|
| 24 |
# tools/quake3/q3map \ |
|---|
| 25 |
# tools/quake3/q3data |
|---|
| 26 |
# |
|---|
| 27 |
# Recursive is set on, so setting it to ./ (current dir) would read source |
|---|
| 28 |
# files recursively from the current dir down. (which would take a while) |
|---|
| 29 |
# |
|---|
| 30 |
# eg: To document just include, if the current directory is ../GtkRadiant/ |
|---|
| 31 |
# then... |
|---|
| 32 |
#--------------------------------------------------------------------------- |
|---|
| 33 |
INPUT = GtkRadiant/include/ |
|---|
| 34 |
|
|---|
| 35 |
#--------------------------------------------------------------------------- |
|---|
| 36 |
# Misc settings |
|---|
| 37 |
# TAB_SIZE - sets the indenting for the inline source and the source |
|---|
| 38 |
# browser |
|---|
| 39 |
# INCLUDE_PATH - will include documentation for included files from other |
|---|
| 40 |
# packages. You can specify more than one path the same as |
|---|
| 41 |
# shown in the INPUT example Leave it blank if you don't want |
|---|
| 42 |
# this. |
|---|
| 43 |
# PERL_PATH - path to the perl executable |
|---|
| 44 |
# |
|---|
| 45 |
#--------------------------------------------------------------------------- |
|---|
| 46 |
PERL_PATH = /usr/bin/perl |
|---|
| 47 |
|
|---|