]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
doxy: Ignore Begin_Html and End_Html tags
authordberzano <dario.berzano@cern.ch>
Tue, 9 Dec 2014 14:04:09 +0000 (15:04 +0100)
committerdberzano <dario.berzano@cern.ch>
Fri, 9 Jan 2015 15:01:07 +0000 (16:01 +0100)
doxygen/thtml2doxy_clang.py

index 7149d726fbb29647a45d811a000742bc69f8d5c1..e1c5844abdeeea4f60ed3ac6953fac848f4f9f91 100755 (executable)
@@ -444,7 +444,7 @@ def traverse_ast(cursor, filename, comments, recursion=0):
 def refactor_comment(comment):
 
   recomm = r'^(/{2,}|/\*)?\s*(.*?)\s*((/{2,})?\s*|\*/)$'
-  regarbage = r'^[\s*=-_#]+$'
+  regarbage = r'^(?i)\s*([\s*=-_#]+|(Begin|End)_Html)\s*$'
 
   new_comment = []
   insert_blank = False