summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-01-07 13:38:53 +0100
committerDave Davenport <qball@gmpclient.org>2016-01-07 13:38:53 +0100
commit38be9d94aedd57dc77da3b994173e22f7c4ce0df (patch)
treeb9f4371b29d6884e9ec9ec1a7667b4375db54ec0 /doc
parentb59552003ed62c635fbcbf64d15662ecdc0c8c1a (diff)
Generate doxygen file using autoconf.
Diffstat (limited to 'doc')
-rw-r--r--doc/rofi.doxy.in (renamed from doc/rofi.doxy)4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/rofi.doxy b/doc/rofi.doxy.in
index abac40e4..26713332 100644
--- a/doc/rofi.doxy
+++ b/doc/rofi.doxy.in
@@ -25,13 +25,13 @@ DOXYFILE_ENCODING = UTF-8
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project.
-PROJECT_NAME = "rofi"
+PROJECT_NAME = "@PACKAGE@"
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = "1.0.0-dev"
+PROJECT_NUMBER = "@VERSION@"
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.