summaryrefslogtreecommitdiffstats
path: root/doc/doxygen.1
diff options
context:
space:
mode:
authorAdrian Negreanu <adrian.m.negreanu@intel.com>2015-06-16 11:50:21 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-07-18 13:07:23 (GMT)
commit3c4a1ea2ee56f2604c2277f13737d53b3a0b0353 (patch)
treea49fca3f798577cea86fec18c203d61f4499c041 /doc/doxygen.1
parent1989a4918340bcdb5c5447afba1468e7eecc7705 (diff)
downloadDoxygen-3c4a1ea2ee56f2604c2277f13737d53b3a0b0353.zip
Doxygen-3c4a1ea2ee56f2604c2277f13737d53b3a0b0353.tar.gz
Doxygen-3c4a1ea2ee56f2604c2277f13737d53b3a0b0353.tar.bz2
doc: generate Doxygen's documentation.
* use configure_files to avoid different $ semantics when COMMAND lines are expanded in build files. ($$var vs. \$var) * nmake/gmake no longer needed by cmake, when building doc. * explicitly copy doc files into build directory to make it clear what files each build stage uses. Documentation can be built with: mkdir build/ && cd $_ cmake -Dbuild_doc=1 .. # add -G"NMake Makefiles" for nmake make docs # this builds doxygen first v3: replace file(COPY) with proper generated file tagging. v2: Remove option to build documentation independently from doxygen. tested on linux(gmake) and windows(nmake) [thanks albert]
Diffstat (limited to 'doc/doxygen.1')
-rw-r--r--doc/doxygen.14
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/doxygen.1 b/doc/doxygen.1
index 6861c22..1deb7b6 100644
--- a/doc/doxygen.1
+++ b/doc/doxygen.1
@@ -1,4 +1,4 @@
-.TH DOXYGEN "1" "DATE" "doxygen VERSION" "User Commands"
+.TH DOXYGEN "1" "@DATE@" "doxygen @VERSION@" "User Commands"
.SH NAME
doxygen \- documentation system for various programming languages
.SH DESCRIPTION
@@ -45,6 +45,6 @@ doxygen \fB\-e\fR rtf extensionsFile
If \fB\-s\fR is specified the comments in the config file will be omitted.
If configName is omitted `Doxyfile' will be used as a default.
.SH AUTHOR
-Doxygen version VERSION, Copyright Dimitri van Heesch 1997-2015
+Doxygen version @VERSION@, Copyright Dimitri van Heesch 1997-2015
.SH SEE ALSO
doxywizard(1).