From: Jonathan Wakely Date: Fri, 2 Jan 2015 16:50:51 +0000 (+0000) Subject: re PR web/64468 (Incorrect indentation in Doxygen-generated sources of libstdc++) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6e4d8cb651033fc7c0c6815686211f5f5d94881a;p=gcc.git re PR web/64468 (Incorrect indentation in Doxygen-generated sources of libstdc++) PR libstdc++/64468 * doc/doxygen/user.cfg.in: Set correct TAB_SIZE. From-SVN: r219147 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index d8ea607e236..99d37d1fa66 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2015-01-02 Jonathan Wakely + + PR libstdc++/64468 + * doc/doxygen/user.cfg.in: Set correct TAB_SIZE. + 2015-01-02 Jonathan Wakely PR libstdc++/64438 diff --git a/libstdc++-v3/doc/doxygen/user.cfg.in b/libstdc++-v3/doc/doxygen/user.cfg.in index 019462e92ad..ff2db489d6e 100644 --- a/libstdc++-v3/doc/doxygen/user.cfg.in +++ b/libstdc++-v3/doc/doxygen/user.cfg.in @@ -208,7 +208,7 @@ SEPARATE_MEMBER_PAGES = NO # uses this value to replace tabs by spaces in code fragments. # Minimum value: 1, maximum value: 16, default value: 4. -TAB_SIZE = 4 +TAB_SIZE = 8 # This tag can be used to specify a number of aliases that act as commands in # the documentation. An alias has the form: