aboutsummaryrefslogtreecommitdiffstats
path: root/lib/erl_docgen/priv/xsl/db_html.xsl
AgeCommit message (Collapse)Author
2017-08-31change sumary to summaryErik Nilsen
2017-05-24[erl_docgen] Sort left side index only on erl function nameLars Thorsen
2017-05-04Update copyright yearRaimo Niskanen
2017-04-27[erl_docgen] Update the reference manual function name sortLars Thorsen
The function for sorting the table of contents is updated to handle reference manuals with C functions.
2017-03-13link logo to index.html and not to root folderMariano Guerra
2017-03-13improve class names for fun and fun param typesMariano Guerra
2017-03-13center images, make image caption markup semanticMariano Guerra
2017-03-13make Types title smaller, remove colonMariano Guerra
2017-03-13func-heads should have a new line after themMariano Guerra
2017-03-13add classes to all blocksMariano Guerra
2017-03-13erlang logo is a link to the root of docsMariano Guerra
2017-03-13add progressive enhanced syntax highlighterMariano Guerra
it loads a script at the end of the page that loads the required resources and initializes the syntax highlighter. if js is disabled or blocked nothing happens, the code blocks will display with the style they had until now
2017-03-13split logo from top menu to change menu orderMariano Guerra
2017-03-13clickable anchors for standard sectionsMariano Guerra
2017-03-13improve left panel section info and menuMariano Guerra
2017-03-13improve table stylingMariano Guerra
2017-03-13add semantic markup to section infoMariano Guerra
2017-03-13use title tags on titlesMariano Guerra
2017-03-13title case titlesMariano Guerra
2017-03-13use lists for lists of linksMariano Guerra
2017-03-13center erlang logo on left panelMariano Guerra
2016-07-07erl_docgen: Allow 'seealso' in 'name'Hans Bolinder
2016-06-13Merge branch 'derek121/doc-function-list-ordering/PR-543/OTP-13668'Lars Thorsen
* derek121/doc-function-list-ordering/PR-543/OTP-13668: Sort functions in doc index frames
2016-06-02Sort functions in doc index framesDerek Brown
Changed to sort the list of functions for each module in the lefthand frame of doc pages, for easier and more reliable browsing.
2016-06-01[erl_docgen] Normalize space for content in a seealso elementLars Thorsen
2016-06-01[erl_docgen] Fix anchor bug for sections in ref manualsLars Thorsen
2016-06-01[erl_docgen] Fix support for quote tagLars Thorsen
2016-06-01[erl_docgen] Correct the handling of marker tagsLars Thorsen
Corrected how the generated html anchor is placed so the section title is visible after jump to the anchor.
2016-06-01[erl_docgen] Add new formatting for header level 4 and belowLars Thorsen
2016-06-01Make it possible to run xmllint target in system documentationLars Thorsen
2016-05-17erl_docgen: Add anchors to datatypes without name attributeHans Bolinder
db_html.xsl generates anchors for data types referred to by strings (instead of 'name' attributes). For example: <datatype> <name>edge()</name> </datatype> generates: <p><a name="type-edge"><span class="bold_code">edge()</span></a><br></p>
2016-03-15update copyright-yearHenrik Nord
2015-11-30[erl_docgen] Add conversion of the i tag in the XSL specsLars Thorsen
2015-06-18Change license text to APLv2Bruce Yinhe
2015-05-08[erl_docgen] Update style for extra front page infoLars Thorsen
2015-05-08[erl_docgen] Add possibility to add extra ino line on front pageLars Thorsen
2015-03-20Support for <do> and <dont> doc tagsRickard Green
2013-11-28Revert "Merge branch 'fredrik/doc/syntax_highlight/OTP-11237' into maint"Lukas Larsson
This reverts commit 1562340596938d1f8a84b2ed43f5f0097be66ae7, reversing changes made to a5128108ad3efff77c5080f0769737e70a0bfd82.
2013-11-13erl_docgen: fix code highlighting and warning and note parts in erl_docgenFredrik Gustafsson
2012-11-16[erl_docgen] Add possibility to specify pdf filenameLars Thorsen
2012-11-16A possibility to configure erl_docgen so it can generate documentation for ↵Lars Thorsen
other products than Erlang/OTP.
2012-07-11Fix a bug regarding spaces in C function prototypesHans Bolinder
Thanks to Richard O'Keefe for pointing the bug out.
2012-02-06[erl_docgen] Optimize generation of HTMLHans Bolinder
2012-02-01Optimize and improve handling of multiple func:s.Hans Bolinder
2011-12-19Generate links in C libraries correctlyHans Bolinder
2011-12-05[erl_docgen] Fix arity calculation bugLars Thorsen
2011-06-20BugfixesHans Bolinder
2011-05-16Improve erl_docgen's support for Dialyzer specs and typesHans Bolinder
The support for using Dialyzer specifications and types has been improved.
2011-03-07Subsections below level 2 where not handled correct when generating html and ↵Lars Thorsen
pdf.
2010-12-01Prepare erl_docgen for using Dialyzer specs and typesHans Bolinder
Support for using Dialyzer specifications and types has been added. This is an experimental release; changes are expected before the new functionality is used when building the OTP documentation.