Skip to content
Snippets Groups Projects
Commit bfcb80f0 authored by Philippe Gorley's avatar Philippe Gorley Committed by Philippe Gorley
Browse files

doxygen: automate versioning and names


Removes the need to maintain the project name, version and source
directory in the doxygen files.

API and ABI versions should be in one place only.

Change-Id: If26c7ac1166b519d0ceae91b3656b55c4601b52d
Reviewed-by: default avatarSebastien Blin <sebastien.blin@savoirfairelinux.com>
parent cf3ec8e6
No related branches found
No related tags found
No related merge requests found
......@@ -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 = "Ring Daemon"
PROJECT_NAME = @PROJECT_NAME@
# 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 = 7.1.0
PROJECT_NUMBER = @PACKAGE_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
......@@ -610,7 +610,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
INPUT = ../../src
INPUT = @top_srcdir@
# 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment