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)
commitdf3aa55003ad9c80ede542bd61087183a8918974
tree06b522e42d93a282888d424c977eae0a9adc1e33
parent7a82d5b779112c8a6c9cd0fcb940b6381639823a
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
maintenance/Doxyfile