Skip to content

Commit

Permalink
Respect package.order
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15214 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Feb 18, 2013
1 parent 227e4ee commit 66f04cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/GenerateDoc.mos
Expand Up @@ -168,7 +168,7 @@ items:={Item(
last(OpenModelica.Scripting.typeNameStrings(cl)) + "</a></td>" + "<td>" +
toHtml(OpenModelica.Scripting.getClassComment(cl)) +
"</td></tr>\n"
for cl in OpenModelica.Scripting.getClassNames(c,qualified=true,sort=true)),
for cl in OpenModelica.Scripting.getClassNames(c,qualified=true,sort=false)),
"</table>"
),
toHtml(OpenModelica.Scripting.getClassComment(c)),
Expand Down

0 comments on commit 66f04cb

Please sign in to comment.