Skip to content

Commit

Permalink
Yeah... Forgot debug thingy
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16152 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed May 29, 2013
1 parent 5bc3eac commit 09a163e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/GenerateDoc.mos
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ if genMetaModelica then
end if;

echo(false);
allClassNames:=getClassNames(Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b,builtin=genBuiltin,recursive=true,sort=true);
allClassNames:=getClassNames(builtin=genBuiltin,recursive=true,sort=true);
system("date -u +%FT%TZ > tmp");
genTimeStamp := readFile("tmp");
version := "<hr />Generated at " + genTimeStamp + " by <a href=\"http://openmodelica.org\">OpenModelica</a>" + getVersion() + " using <a href=\"GenerateDoc.mos\">GenerateDoc.mos</a>";
Expand Down

0 comments on commit 09a163e

Please sign in to comment.