浏览代码

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" ;