You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2021/09/19 17:01:02 UTC

[groovy] branch master updated: Tweak class doc: remove redundant newline

This is an automated email from the ASF dual-hosted git repository.

sunlan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/master by this push:
     new c121c45  Tweak class doc: remove redundant newline
c121c45 is described below

commit c121c451a6eb398531641bab2042d1c1a163cc25
Author: Daniel Sun <su...@apache.org>
AuthorDate: Mon Sep 20 01:00:24 2021 +0800

    Tweak class doc: remove redundant newline
---
 .../groovy/tools/groovydoc/gstringTemplates/classLevel/classDocName.html | 1 -
 1 file changed, 1 deletion(-)

diff --git a/subprojects/groovy-groovydoc/src/main/resources/org/codehaus/groovy/tools/groovydoc/gstringTemplates/classLevel/classDocName.html b/subprojects/groovy-groovydoc/src/main/resources/org/codehaus/groovy/tools/groovydoc/gstringTemplates/classLevel/classDocName.html
index 620ee36..f8a4c5d 100644
--- a/subprojects/groovy-groovydoc/src/main/resources/org/codehaus/groovy/tools/groovydoc/gstringTemplates/classLevel/classDocName.html
+++ b/subprojects/groovy-groovydoc/src/main/resources/org/codehaus/groovy/tools/groovydoc/gstringTemplates/classLevel/classDocName.html
@@ -230,7 +230,6 @@ if (classDoc.isInterface()) {
 <% } %>
             <!-- todo: direct known subclasses -->
             <hr>
-            <br>
 <%
 def declaration = annotations(classDoc, '\n') +
     modifiersWithOptions(classDoc, classDoc.isGroovy(), classDoc.isInterface() || classDoc.isAnnotationType()) +