Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-13 | align left panel link lists to the left | Mariano Guerra | |
2017-03-13 | update flipmenu icons | Mariano Guerra | |
2017-03-13 | indent exports and data types section bodies | Mariano Guerra | |
2017-03-13 | remove extra margin from code blocks | Mariano Guerra | |
2017-03-13 | remove white-space: pre, it broke some words in two lines | Mariano Guerra | |
2017-03-13 | add max width to paragraphs | Mariano Guerra | |
2017-03-13 | make code tokens more easy to differentiate | Mariano Guerra | |
2017-03-13 | make text a little darker | Mariano Guerra | |
2017-03-13 | improve text spacing, center footer | Mariano Guerra | |
2017-03-13 | add progressive enhanced syntax highlighter | Mariano 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-13 | add style for hr | Mariano Guerra | |
2017-03-13 | split logo from top menu to change menu order | Mariano Guerra | |
2017-03-13 | force black on title anchors | Mariano Guerra | |
2017-03-13 | simplify font-family choice | Mariano Guerra | |
2017-03-13 | anchor section shouldn't look like a link | Mariano Guerra | |
2017-03-13 | clickable anchors for standard sections | Mariano Guerra | |
2017-03-13 | improve left panel section info and menu | Mariano Guerra | |
2017-03-13 | improve table styling | Mariano Guerra | |
2017-03-13 | update flipmenu icons | Mariano Guerra | |
2017-03-13 | use list on list of links | Mariano Guerra | |
2017-03-13 | add semantic markup to section info | Mariano Guerra | |
2017-03-13 | use title tags on titles | Mariano Guerra | |
2017-03-13 | title case titles | Mariano Guerra | |
2017-03-13 | use lists for lists of links | Mariano Guerra | |
2017-03-13 | improve docs landing page title and subtitle | Mariano Guerra | |
2017-03-13 | center erlang logo on left panel | Mariano Guerra | |
2017-03-13 | remove drop shadows from logo | Mariano Guerra | |
2017-03-13 | improve link colors | Mariano Guerra | |
2017-03-13 | improve warning/info colors | Mariano Guerra | |
2017-03-13 | improve example box colors and spacing | Mariano Guerra | |
2017-03-13 | use mono as first font family for code | Mariano Guerra | |
2017-03-13 | don't use red for the line separating panel | Mariano Guerra | |
2017-03-13 | don't use pure black and white, change base font | Mariano Guerra | |
2016-07-07 | wx: Prepare for using Erlang types and specs | Hans 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-07 | erl_docgen: Allow 'seealso' in 'name' | Hans Bolinder | |
2016-06-13 | Merge 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-02 | Sort functions in doc index frames | Derek 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 element | Lars Thorsen | |
2016-06-01 | [erl_docgen] Fix anchor bug for sections in ref manuals | Lars Thorsen | |
2016-06-01 | [erl_docgen] Fix support for quote tag | Lars Thorsen | |
2016-06-01 | [erl_docgen] Correct the handling of marker tags | Lars 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 below | Lars Thorsen | |
2016-06-01 | Make it possible to run xmllint target in system documentation | Lars Thorsen | |
2016-05-17 | erl_docgen: Add anchors to datatypes without name attribute | Hans 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-15 | update copyright-year | Henrik Nord | |
2015-12-11 | Merge branch 'maint' | Lars Thorsen | |
2015-12-11 | [erl_docgen] Update element section in DTD | Lars Thorsen | |
Allow sections in sections for reference manuals. | |||
2015-12-11 | [erl_docgen] Update element d in DTD | Lars Thorsen | |
Allow seealso in the d element | |||
2015-12-11 | [erl_docgen] Update item element in DTD | Lars Thorsen | |
Allow note, warning, do, dont in item element. | |||
2015-12-04 | Merge branch 'maint' | Lars Thorsen | |