summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2010-02-01 20:29:50 +0100
committerGravatar Matt Colyer2010-02-02 09:08:48 -0800
commit8128b54e183f8c955165846d88942d7ff74edce9 (patch)
tree1ee0664c46a829d0abf8494ea95db77883f61b54
parentd84b88a61d2c1fffa17421a3ea72152d429d4822 (diff)
downloadlibimobiledevice-8128b54e183f8c955165846d88942d7ff74edce9.tar.gz
libimobiledevice-8128b54e183f8c955165846d88942d7ff74edce9.tar.bz2
Set PROJECT_NAME and PROJECT_NUMBER for doxygen via autofoo
-rw-r--r--configure.ac1
-rw-r--r--doxygen.cfg.in (renamed from doxygen.cfg)6
2 files changed, 4 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index e564301..594ce21 100644
--- a/configure.ac
+++ b/configure.ac
@@ -148,6 +148,7 @@ dev/Makefile
148tools/Makefile 148tools/Makefile
149swig/Makefile 149swig/Makefile
150libimobiledevice-1.0.pc 150libimobiledevice-1.0.pc
151doxygen.cfg
151]) 152])
152 153
153echo " 154echo "
diff --git a/doxygen.cfg b/doxygen.cfg.in
index b270b5d..b9429b8 100644
--- a/doxygen.cfg
+++ b/doxygen.cfg.in
@@ -25,13 +25,13 @@ DOXYFILE_ENCODING = UTF-8
25# The PROJECT_NAME tag is a single word (or a sequence of words surrounded 25# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
26# by quotes) that should identify the project. 26# by quotes) that should identify the project.
27 27
28PROJECT_NAME = libiphone 28PROJECT_NAME = @PACKAGE@
29 29
30# The PROJECT_NUMBER tag can be used to enter a project or revision number. 30# The PROJECT_NUMBER tag can be used to enter a project or revision number.
31# This could be handy for archiving the generated documentation or 31# This could be handy for archiving the generated documentation or
32# if some version control system is used. 32# if some version control system is used.
33 33
34PROJECT_NUMBER = 0.9.6 34PROJECT_NUMBER = @VERSION@
35 35
36# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 36# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
37# base path where the generated documentation will be put. 37# base path where the generated documentation will be put.
@@ -534,7 +534,7 @@ WARN_LOGFILE =
534# directories like "/usr/src/myproject". Separate the files or directories 534# directories like "/usr/src/myproject". Separate the files or directories
535# with spaces. 535# with spaces.
536 536
537INPUT = src include/libiphone 537INPUT = src include/@PACKAGE@
538 538
539# This tag can be used to specify the character encoding of the source files 539# This tag can be used to specify the character encoding of the source files
540# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is 540# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is