Opened 4 years ago
#6251 new enhancement
Better support for search-index optimization in generated HTML help
Reported by: | Owned by: | Martin Sjölund | |
---|---|---|---|
Priority: | high | Milestone: | NeedsInput |
Component: | Documentation | Version: | 1.16.0 |
Keywords: | Cc: | Dietmar Winkler |
Description
In order to better support the search indexing of the generated Modelica HTML files, it would be very useful that the autogenerated table of the package contents has a separate h2 class, such that it can be distinguised from the the desired description or revisions. Here's some example what I mean
<h2><a id="info" name="info">Information</a></h2> <p>This is the desired description ... </p> <h2>Contents</h2> <table><!-- it follows the autogenerated table of contents --></table> <h2><a id="revisions" name="revisions">Revisions</a></h2>
All three h2 headings cannot be distinguished.
Note:
See TracTickets
for help on using tickets.