From 1d38347b1b39f69395809c8def4624359932e1d3 Mon Sep 17 00:00:00 2001 From: dberzano Date: Thu, 5 Feb 2015 20:11:59 +0100 Subject: [PATCH] doxy: lower indentation level threshold --- doxygen/thtml2doxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doxygen/thtml2doxy.py b/doxygen/thtml2doxy.py index f137bea2ebf..67b91bc1a11 100755 --- a/doxygen/thtml2doxy.py +++ b/doxygen/thtml2doxy.py @@ -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 -- 2.39.3