diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2015-01-02 16:50:51 +0000 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2015-01-02 16:50:51 +0000 |
commit | 6e4d8cb651033fc7c0c6815686211f5f5d94881a (patch) | |
tree | b40a4d9b301c3ea92f4b1e682fdc635849b43ed7 /libstdc++-v3/doc/doxygen | |
parent | b4df5e92deaad3c3db1f83f427cab14e7961515d (diff) | |
download | gcc-6e4d8cb651033fc7c0c6815686211f5f5d94881a.zip gcc-6e4d8cb651033fc7c0c6815686211f5f5d94881a.tar.gz gcc-6e4d8cb651033fc7c0c6815686211f5f5d94881a.tar.bz2 |
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
Diffstat (limited to 'libstdc++-v3/doc/doxygen')
-rw-r--r-- | libstdc++-v3/doc/doxygen/user.cfg.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/doc/doxygen/user.cfg.in b/libstdc++-v3/doc/doxygen/user.cfg.in index 019462e..ff2db48 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: |