aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/doc/Doxyfile.in
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/doc/Doxyfile.in')
-rw-r--r--libcrystfel/doc/Doxyfile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcrystfel/doc/Doxyfile.in b/libcrystfel/doc/Doxyfile.in
index b3d42b18..0c74bfce 100644
--- a/libcrystfel/doc/Doxyfile.in
+++ b/libcrystfel/doc/Doxyfile.in
@@ -38,7 +38,7 @@ PROJECT_NAME = "libcrystfel"
# could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = @VERSION@
+@INCLUDE = "libcrystfel/Doxyfile-version"
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
@@ -251,7 +251,7 @@ TAB_SIZE = 4
# commands \{ and \} for these it is advised to use the version @{ and @} or use
# a double escape (\\{ and \\})
-ALIASES =
+ALIASES = apirevision=@API_REVISION@
# This tag can be used to specify a number of word-keyword mappings (TCL only).
# A mapping has the form "name=value". For example adding "class=itcl::class"