Skip to content

Commit

Permalink
Changed the secondary title on hierarchy index to "Class hierarchy".
Browse files Browse the repository at this point in the history
This is more or less cosmetic, but it fits nicer to the class reference index descriptions and avoids repetition with the main title.
  • Loading branch information
tomaz committed Jun 6, 2009
1 parent 28e7fcc commit 5bd0e8c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions XHTMLGenerator.m
Expand Up @@ -618,9 +618,7 @@ - (void) appendHierarchyHeaderToData:(NSMutableData*) data
[self appendLine:@" <div class=\"hierarchy\">" toData:data]; [self appendLine:@" <div class=\"hierarchy\">" toData:data];


// Append the title. // Append the title.
[self appendString:@" <h5>" toData:data]; [self appendLine:@" <h5>Class hierarchy</h5>" toData:data];
[self appendString:self.hierarchyTitle toData:data];
[self appendLine:@"</h5>" toData:data];


// Prepare the default group indent. We use this so that the XHTML code is visually // Prepare the default group indent. We use this so that the XHTML code is visually
// more readable, however it doesn't add to the actual appearance... // more readable, however it doesn't add to the actual appearance...
Expand Down

0 comments on commit 5bd0e8c

Please sign in to comment.