doc: doxygen expands tabs to 4 spaces instead of 8
authorAntoine Musso <hashar@free.fr>
Sat, 1 Jun 2013 09:50:04 +0000 (11:50 +0200)
committerAntoine Musso <hashar@free.fr>
Sat, 1 Jun 2013 09:51:53 +0000 (11:51 +0200)
In doxygen, code snippets (and possibly over places) have their
tabulations expanded to 8 spaces which is a bit too much. The TAB_SIZE
configuration parameter let us set the number of spaces, down to 4 which
makes code examples easier to read IMHO.

Change-Id: I62b417496f4e5ec70e80919c28747f1bd44a7bd6

maintenance/Doxyfile

index 5d40c16..90e4f7e 100644 (file)
@@ -44,7 +44,7 @@ QT_AUTOBRIEF           = NO
 MULTILINE_CPP_IS_BRIEF = NO
 INHERIT_DOCS           = YES
 SEPARATE_MEMBER_PAGES  = NO
-TAB_SIZE               = 8
+TAB_SIZE               = 4
 ALIASES =      "type{1}=<b> \1 </b>:" \
                "types{2}=<b> \1 </b> or <b> \2 </b>:" \
                "types{3}=<b> \1 </b>, <b> \2 </b>, or <b> \3 </b>:" \