diff options
author | Timothy Gu <timothygu99@gmail.com> | 2016-07-29 18:57:39 -0700 |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2016-07-29 19:01:40 -0700 |
commit | 7204a6298be77521307e340f22334a57113a7861 (patch) | |
tree | 8ecf310f2c2f9ddcbaaabb854844da61326599c1 /doc | |
parent | 6253e5676fb1541c5736767d061a035729380852 (diff) | |
download | ffmpeg-streaming-7204a6298be77521307e340f22334a57113a7861.zip ffmpeg-streaming-7204a6298be77521307e340f22334a57113a7861.tar.gz |
doxygen: Set tab size to 4
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile index 753c383..be13926 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -216,7 +216,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 = 8 +TAB_SIZE = 4 # This tag can be used to specify a number of aliases that act as commands in # the documentation. An alias has the form: |