diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-02-18 20:02:12 -0500 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2011-02-22 14:36:47 +1000 |
commit | 957de9b5a32efaf891e5d4ed55207297b060e605 (patch) | |
tree | 31cebc87dc06a752d16335c08033288ca46d7199 /doc/doxygen.conf.in | |
parent | a52277e7f2864493342affb6a4fc6cda74a9d0af (diff) |
Doxygen: add project name in footer.
The footer was generated by doxygen based on doxygen.conf
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'doc/doxygen.conf.in')
-rw-r--r-- | doc/doxygen.conf.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/doxygen.conf.in b/doc/doxygen.conf.in index b3fde8d..6b5f7c1 100644 --- a/doc/doxygen.conf.in +++ b/doc/doxygen.conf.in @@ -38,7 +38,7 @@ PROJECT_NUMBER = "@PACKAGE_VERSION@" # If a relative path is entered, it will be relative to the location # where doxygen was started. If left blank the current directory will be used. -OUTPUT_DIRECTORY = +OUTPUT_DIRECTORY = @abs_builddir@ # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create # 4096 sub-directories (in 2 levels) under the output directory of each output @@ -791,7 +791,7 @@ HTML_HEADER = # each generated HTML page. If it is left blank doxygen will generate a # standard footer. -HTML_FOOTER = +HTML_FOOTER = @abs_srcdir@/footer.html # The HTML_STYLESHEET tag can be used to specify a user-defined cascading # style sheet that is used by each HTML page. It can be used to |