summaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-13 08:58:08 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-13 08:58:08 +0000
commit624aa80f8478a9beb3ee9497a535a80ec2d42638 (patch)
tree0c8539e8b5c80c4d98585cdd048f31663f2cd440 /Doxyfile
parent23a07044516db49c31904b912ae189b27123e5a4 (diff)
downloadopenocd+libswd-624aa80f8478a9beb3ee9497a535a80ec2d42638.tar.gz
openocd+libswd-624aa80f8478a9beb3ee9497a535a80ec2d42638.tar.bz2
openocd+libswd-624aa80f8478a9beb3ee9497a535a80ec2d42638.tar.xz
openocd+libswd-624aa80f8478a9beb3ee9497a535a80ec2d42638.zip
Commit skeleton files for high-level developer manual using doxygen.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1771 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Doxyfile b/Doxyfile
index f75d72fe..fbc39ccb 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -564,7 +564,9 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = config.h src
+INPUT = doc/manual \
+ src \
+ config.h
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
@@ -582,7 +584,8 @@ INPUT_ENCODING = UTF-8
# *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90
FILE_PATTERNS = *.h \
- *.c
+ *.c \
+ *.txt
# The RECURSIVE tag can be used to turn specify whether or not subdirectories
# should be searched for input files as well. Possible values are YES and NO.