APIDump: Better header text for classes.

master
madmaxoft 2013-10-19 21:47:59 +02:00
parent be996c1662
commit b59329bf3a
1 changed files with 1 additions and 1 deletions

View File

@ -754,7 +754,7 @@ function WriteHtmlClass(a_ClassAPI, a_AllAPI)
cf:write(" </ul>\n\n");
-- Write the class description:
cf:write(" <a name=\"desc\"><hr /><h1>Class " .. ClassName .. "</h1></a>\n");
cf:write(" <a name=\"desc\"><hr /><h1>" .. ClassName .. " class</h1></a>\n");
if (a_ClassAPI.Desc ~= nil) then
cf:write(" <p>");
cf:write(LinkifyString(a_ClassAPI.Desc, ClassName));