Skip to content

Commit

Permalink
- Comments should not strip valuable characters
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10798 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Dec 20, 2011
1 parent da1b585 commit 70be4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/GenerateDoc.mos
Expand Up @@ -165,7 +165,7 @@ items:={Item(
"<h2>Contents</h2>\n<table><tr><th>Name</th><th>Description</th></tr>",
sum("<tr><td><a href=\"" + filename(OpenModelica.Scripting.typeNameString(cl)) + ".html\">" +
last(OpenModelica.Scripting.strtok(OpenModelica.Scripting.typeNameString(cl),".")) + "</a></td>" +
"<td>" + filename(OpenModelica.Scripting.getClassComment(cl)) + "</td></tr>\n"
"<td>" + OpenModelica.Scripting.getClassComment(cl) + "</td></tr>\n"
for cl in OpenModelica.Scripting.getClassNames(c,qualified=true,sort=true)),
"</table>"
),
Expand Down

0 comments on commit 70be4ae

Please sign in to comment.