Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-04 | erts: Fix more internal docs xmllint | Lukas Larsson | |
2019-04-04 | compiler: Add internal docs section | Lukas Larsson | |
2019-04-04 | erl_docgen: Add new internal docs chapter to docs | Lukas Larsson | |
2019-02-26 | erl_docgen: Prettify c-function argument lists | Sverker Eriksson | |
with line breaks before each argument. Q: Why the 'APPLY' hack to "title_link"? A: I found no way to make a <br> survive when passed through <xsl:with-param>. | |||
2019-02-22 | erl_docgen: Indent c-function line continuations | Sverker Eriksson | |
2018-12-11 | Add since attribute to dtd | Sverker Eriksson | |
2018-12-11 | erl_docgen: Generate "since" OTP version in html | Sverker Eriksson | |
for <func><name> and <module> with "since" attribute. | |||
2018-09-07 | Improve indexing of cref docs | Raimo Niskanen | |
2018-06-18 | Update copyright year | Henrik Nord | |
2018-05-22 | Merge branch 'lars/erl_docgen/fix-xsl-makefile/OTP-15091' | Lars Thorsen | |
* lars/erl_docgen/fix-xsl-makefile/OTP-15091: [erl_docgen] Update version [erl_docgen] Add missing file db_funcs.xsl to file list | |||
2018-05-21 | [erl_docgen] Add missing file db_funcs.xsl to file list | Lars Thorsen | |
2018-04-24 | Merge branch 'raimo/stdlib/gen_statem-dev/OTP-14015' | Raimo Niskanen | |
* raimo/stdlib/gen_statem-dev/OTP-14015: Fix after feedback Improve pointer to User's Guide Fix after feedback on 'When to use' Add a 'When to use' section Fix timeout parsing and doc feedback Improve doc, change images to .svg erl_docgen: Implement width in image tag Update User's Guide and pointers to it Improve error reasons from state enter call | |||
2018-04-23 | erl_docgen: Fix title link with '?' | Lukas Larsson | |
2018-04-10 | erl_docgen: Use name based anchors where possible | Lukas Larsson | |
We don't want to use generate-id as it varies across builds so it becomes impossible to link permanently to specific sections. | |||
2018-04-10 | erl_docgen: Change ghlink icon to pencil | Lukas Larsson | |
2018-04-10 | erl_docgen: Fix ghlinks to .xmlsrc | Lukas Larsson | |
2018-04-10 | erl_docgen: Add hover links for ghlink | Lukas Larsson | |
All functions, datatype and h3 headings have gotten a hover attribute that shows a link directly to the edit page on github for easy editing of documentation. The github link links to the maint branch. An early attempt was done to use the SHA of the current branch, but that did not work well as github can only take pull requests from branches. | |||
2018-04-09 | erl_docgen: Add ghlink step for all non-generated doc xml files | Lukas Larsson | |
In order to get line numbers into the ghlink we have to add a post processing step for all xml files. | |||
2018-03-29 | erl_docgen: Implement width in image tag | Raimo Niskanen | |
2018-03-28 | erl_docgen: Add datatype-title tag to datatype tag | Hans Nilsson | |
2017-10-27 | erl_docgen: Insert an anchor for "anchor" attribute | Hans Bolinder | |
Certain functions, particularly in erlang(3), have specs with many clauses, some of which are documented separately. No anchors were inserted automatically for clauses (as is the case for functions), why manually written anchors had to be added to the XML files. However, these anchors had to be placed inside the description, and the links would point into the text, not into the name of the function/clause. The new "anchor" attribute is to be used where manually written anchors have hitherto been used. The "anchor" attribute can also be used without the "clause_i" attribute. | |||
2017-10-09 | [erl_docgen] Fix spacing for code blocks | Lars Thorsen | |
2017-10-06 | [erl_docgen] Change pdf to have the same style as html for code,warning,note | Lars Thorsen | |
2017-09-15 | Allow <chapter> without <section> in chapter dtd | Kenneth Lundin | |
2017-08-31 | change sumary to summary | Erik Nilsen | |
2017-05-24 | [erl_docgen] Sort left side index only on erl function name | Lars Thorsen | |
2017-05-04 | Update copyright year | Raimo Niskanen | |
2017-04-27 | [erl_docgen] Update the reference manual function name sort | Lars Thorsen | |
The function for sorting the table of contents is updated to handle reference manuals with C functions. | |||
2017-03-13 | improve line-heigt for main description at landing page | Mariano Guerra | |
2017-03-13 | link logo to index.html and not to root folder | Mariano Guerra | |
2017-03-13 | define all font-sizes with em units | Mariano Guerra | |
2017-03-13 | unify all paddings of content boxes | Mariano Guerra | |
2017-03-13 | improve class names for fun and fun param types | Mariano Guerra | |
2017-03-13 | remove black color from code | Mariano Guerra | |
2017-03-13 | make text smaller for tables and code samples | Mariano Guerra | |
2017-03-13 | make max-width 42em for content div | Mariano Guerra | |
2017-03-13 | remove border and padding from code words | Mariano Guerra | |
2017-03-13 | fix line-height for titles | Mariano Guerra | |
2017-03-13 | match do's and dont's dialogs to note and warning | Mariano Guerra | |
2017-03-13 | center images, make image caption markup semantic | Mariano Guerra | |
2017-03-13 | make Types title smaller, remove colon | Mariano Guerra | |
2017-03-13 | func-heads should have a new line after them | Mariano Guerra | |
2017-03-13 | reduce max-width on p and #content to 60em | Mariano Guerra | |
2017-03-13 | set base font-size to 16px | Mariano Guerra | |
2017-03-13 | set max-width: 80em; to #content container | Mariano Guerra | |
2017-03-13 | use recommended line-height | Mariano Guerra | |
2017-03-13 | set default font size | Mariano Guerra | |
2017-03-13 | code words that are links should look like links | Mariano Guerra | |
2017-03-13 | add classes to all blocks | Mariano Guerra | |
2017-03-13 | erlang logo is a link to the root of docs | Mariano Guerra | |