aboutsummaryrefslogtreecommitdiffstats
path: root/lib/erl_docgen/priv
AgeCommit message (Collapse)Author
2017-03-13align section-links on main page to the leftMariano Guerra
2017-03-13fix and unify font-familyMariano Guerra
2017-03-13align left panel link lists to the leftMariano Guerra
2017-03-13update flipmenu iconsMariano Guerra
2017-03-13indent exports and data types section bodiesMariano Guerra
2017-03-13remove extra margin from code blocksMariano Guerra
2017-03-13remove white-space: pre, it broke some words in two linesMariano Guerra
2017-03-13add max width to paragraphsMariano Guerra
2017-03-13make code tokens more easy to differentiateMariano Guerra
2017-03-13make text a little darkerMariano Guerra
2017-03-13improve text spacing, center footerMariano 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-13add style for hrMariano Guerra
2017-03-13split logo from top menu to change menu orderMariano Guerra
2017-03-13force black on title anchorsMariano Guerra
2017-03-13simplify font-family choiceMariano Guerra
2017-03-13anchor section shouldn't look like a linkMariano 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-13update flipmenu iconsMariano Guerra
2017-03-13use list on list of linksMariano 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-13improve docs landing page title and subtitleMariano Guerra
2017-03-13center erlang logo on left panelMariano Guerra
2017-03-13remove drop shadows from logoMariano Guerra
2017-03-13improve link colorsMariano Guerra
2017-03-13improve warning/info colorsMariano Guerra
2017-03-13improve example box colors and spacingMariano Guerra
2017-03-13use mono as first font family for codeMariano Guerra
2017-03-13don't use red for the line separating panelMariano Guerra
2017-03-13don't use pure black and white, change base fontMariano Guerra
2016-07-07wx: Prepare for using Erlang types and specsHans Bolinder
Create correct links to datatypes outside of the wx application. The added time for generating the doc/specs/specs_* files is unwelcome (they are currently not used).
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-12-11Merge branch 'maint'Lars Thorsen
2015-12-11[erl_docgen] Update element section in DTDLars Thorsen
Allow sections in sections for reference manuals.
2015-12-11[erl_docgen] Update element d in DTDLars Thorsen
Allow seealso in the d element