From: Timo Heister <timo.heister@gmail.com>
Date: Thu, 25 Dec 2014 20:00:21 +0000 (-0500)
Subject: force @ref in separate line
X-Git-Tag: v8.3.0-rc1~584^2~6
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f608b3133781093af77628f88a9feb28f087ddfb;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 = ["<li>", "@param", "@returns", "@warning", "@ingroup", "@author", "@date", "@related", "@deprecated", "@image"]
+    ops_startline = ["<li>", "@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.