فهرست منبع

Documentation: Improve HTML section index format

Add a newline after section index list items.  This makes the generated
HTML source more readable.
Brad King 13 سال پیش
والد
کامیت
707afd1ed0
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Source/cmDocumentationFormatterHTML.cxx

+ 1 - 1
Source/cmDocumentationFormatterHTML.cxx

@@ -145,7 +145,7 @@ void cmDocumentationFormatterHTML
             cmDocumentationPrintHTMLId(os, op->Name.c_str());
             os << "\"><b><code>";
             this->PrintHTMLEscapes(os, op->Name.c_str());
-            os << "</code></b></a></li>";
+            os << "</code></b></a></li>\n";
             }
           }
         os << "</ul>\n" ;