From: Timo Heister Date: Thu, 25 Dec 2014 20:00:21 +0000 (-0500) Subject: force @ref in separate line X-Git-Tag: v8.2.0~3^2~7 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54100f51a83431526381d91d2e01ee6ebb2a9f32;p=dealii.git force @ref in separate line --- diff --git a/contrib/utilities/wrapcomments.py b/contrib/utilities/wrapcomments.py index 52cf0b120c..f1ead54584 100755 --- a/contrib/utilities/wrapcomments.py +++ b/contrib/utilities/wrapcomments.py @@ -92,7 +92,7 @@ def format_block(lines, infostr=""): endidx = len(lines)-1 curlines = [] - ops_startline = ["
  • ", "@param", "@returns", "@warning", "@ingroup", "@author", "@date", "@related", "@deprecated", "@image"] + ops_startline = ["
  • ", "@param", "@returns", "@warning", "@ingroup", "@author", "@date", "@related", "@deprecated", "@image", "@ref", "@return"] # subset of ops_startline that does not want stuff from the next line appended # to this.