Skip to content

Commit 0f5d58d

Browse files
committed
Add project name to nav bar
1 parent 79011cd commit 0f5d58d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Tools/AGSHtml.m

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1357,6 +1357,10 @@ - (void) outputNode: (GSXMLNode*)node to: (NSMutableString*)buf
13571357
[buf appendString: @"<div class=\"content-bar-top-body\">\n"];
13581358
[self incIndent];
13591359

1360+
[buf appendString: indent];
1361+
[buf appendFormat:
1362+
@"<div class=\"content-bar-top-body-title\">%@</div><br />\n",
1363+
project];
13601364
[buf appendString: indent];
13611365
[buf appendString:
13621366
@"<a href=\"#nav-bar-classes\">Classes</a><br />\n"];

0 commit comments

Comments
 (0)