Skip to content

Commit 0fde598

Browse files
committed
doc: tweak a few doxygen options, mainly to display the version
The rest is rather insignificant Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1 parent 1065231 commit 0fde598

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

doc/libevdev.doxygen.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ PROJECT_NAME = @PACKAGE_NAME@
3232
# This could be handy for archiving the generated documentation or
3333
# if some version control system is used.
3434

35-
PROJECT_NUMBER =
35+
PROJECT_NUMBER = @PACKAGE_VERSION@
3636

3737
# Using the PROJECT_BRIEF tag one can provide an optional one line description
3838
# for a project that appears at the top of each page and should give viewer
3939
# a quick idea about the purpose of the project. Keep the description short.
4040

41-
PROJECT_BRIEF =
41+
PROJECT_BRIEF = "A wrapper library for evdev devices"
4242

4343
# With the PROJECT_LOGO tag one can specify an logo or icon that is
4444
# included in the documentation. The maximum height of the logo should not
@@ -186,7 +186,7 @@ SEPARATE_MEMBER_PAGES = NO
186186
# The TAB_SIZE tag can be used to set the number of spaces in a tab.
187187
# Doxygen uses this value to replace tabs by spaces in code fragments.
188188

189-
TAB_SIZE = 4
189+
TAB_SIZE = 8
190190

191191
# This tag can be used to specify a number of aliases that acts
192192
# as commands in the documentation. An alias has the form "name=value".
@@ -969,7 +969,7 @@ HTML_COLORSTYLE_GAMMA = 80
969969
# page will contain the date and time when the page was generated. Setting
970970
# this to NO can help when comparing the output of multiple runs.
971971

972-
HTML_TIMESTAMP = NO
972+
HTML_TIMESTAMP = YES
973973

974974
# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
975975
# documentation will contain sections that can be hidden and shown after the

0 commit comments

Comments
 (0)