]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
doxy: lower indentation level threshold
authordberzano <dario.berzano@cern.ch>
Thu, 5 Feb 2015 19:11:59 +0000 (20:11 +0100)
committerdberzano <dario.berzano@cern.ch>
Tue, 10 Feb 2015 15:21:13 +0000 (16:21 +0100)
doxygen/thtml2doxy.py

index f137bea2ebf27ac77a4cab3df1e93304f3da9727..67b91bc1a11b1f0dab81f78f7d61cbaf675756cc 100755 (executable)
@@ -681,7 +681,7 @@ def refactor_comment(comment, do_strip_html=True, infilename=None):
   lowest_indent_level = None
 
   # Indentation threshold: if too much indented, don't indent at all
-  indent_level_threshold = 15
+  indent_level_threshold = 7
 
   new_comment = []
   insert_blank = False