]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - doxygen/thtml2doxy.py
doxy: fixed wrong condition when handling prepends
[u/mrichter/AliRoot.git] / doxygen / thtml2doxy.py
index fab05c25aa94beb9a9923c6b0ec0ec73a8e58dd7..99c58a3558a612e3822952d178c963ccc16da616 100755 (executable)
@@ -992,7 +992,7 @@ def rewrite_comments(fhin, fhout, comments):
           in_comment = False
           restore_lines = None
 
-      elif prev_comm is None:
+      elif restore_lines is None:
 
         # Beginning of a new comment block of type Comment or PrependComment
         in_comment = True