]> git.sesse.net Git - mlt/commitdiff
Doxyfile: set tab width to 4 spaces
authorddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Tue, 10 Feb 2009 05:41:26 +0000 (05:41 +0000)
committerddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Tue, 10 Feb 2009 05:41:26 +0000 (05:41 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@1343 d19143bc-622f-0410-bfdd-b5b2a6649095

Doxyfile

index db4d60edc42fc51afef66d29cc2cdad13883d09c..e82c1f91b1f382a31b4cb69f6446edb33d5a4f74 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -170,7 +170,7 @@ SEPARATE_MEMBER_PAGES = NO
 # The TAB_SIZE tag can be used to set the number of spaces in a tab. 
 # Doxygen uses this value to replace tabs by spaces in code fragments.
 
-TAB_SIZE = 8
+TAB_SIZE = 4
 
 # This tag can be used to specify a number of aliases that acts 
 # as commands in the documentation. An alias has the form "name=value".