From: Antoine Musso Date: Sat, 1 Jun 2013 09:50:04 +0000 (+0200) Subject: doc: doxygen expands tabs to 4 spaces instead of 8 X-Git-Tag: 1.31.0-rc.0~19520 X-Git-Url: http://git.cyclocoop.org/%22%20%20.%20generer_url_ecrire%28%22mots_tous%22%29%20.%20%22?a=commitdiff_plain;h=df3aa55003ad9c80ede542bd61087183a8918974;p=lhc%2Fweb%2Fwiklou.git doc: doxygen expands tabs to 4 spaces instead of 8 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 --- diff --git a/maintenance/Doxyfile b/maintenance/Doxyfile index 5d40c1656c..90e4f7eb11 100644 --- a/maintenance/Doxyfile +++ b/maintenance/Doxyfile @@ -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}= \1 :" \ "types{2}= \1 or \2 :" \ "types{3}= \1 , \2 , or \3 :" \