Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docgen: Don't use mod2app for seeerl type links | Lukas Larsson | 2020-04-22 | 1 | -5/+0 |
| | |||||
* | Remove whitespaces from function name in links | Lars Thorsen | 2020-04-17 | 1 | -2/+2 |
| | |||||
* | docgen: Remove marker from taglist dtd | Lukas Larsson | 2020-04-17 | 1 | -1/+1 |
| | |||||
* | docgen: Print edoc generate error reason on crash | Lukas Larsson | 2020-04-17 | 1 | -1/+2 |
| | |||||
* | Merge pull request #2571 from maxnordlund/patch-1 | Lars Thorsén | 2020-04-01 | 1 | -1/+2 |
|\ | | | | | | | | | Prevent left nav overlapping content during scroll Thank you for the contribution. | ||||
| * | Prevent left nav overlapping content during scroll | Max Nordlund | 2020-03-21 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | When viewed on a smaller screen the content can be scrolled not only up and down, but also left and right. More specifically it can be scrolled back over the navigation menu to the left. This prevents that, and as an bonus it fixes the scrolling to the right where there is no content. | ||||
* | | docgen: Fix jinterface link validation | Lukas Larsson | 2020-03-27 | 1 | -1/+4 |
| | | |||||
* | | docgen: Add validation of all markers links | Lukas Larsson | 2020-03-27 | 1 | -27/+78 |
| | | |||||
* | | docgen: Improve link validator to check seemfa and seetype links | Lukas Larsson | 2020-03-27 | 1 | -29/+123 |
| | | |||||
* | | docgen: Add script to validate link type | Lukas Larsson | 2020-03-27 | 1 | -0/+217 |
| | | |||||
* | | otp: Move funcs description into funcs_description tag | Lukas Larsson | 2020-03-27 | 4 | -11/+22 |
| | | |||||
* | | docgen: Fix transform of new see* tags to html | Lukas Larsson | 2020-03-27 | 1 | -25/+82 |
| | | |||||
* | | docgen: Generate correct see tags for edoc and specs | Lukas Larsson | 2020-03-27 | 3 | -11/+29 |
|/ | |||||
* | Move chunk into erlang module for speed | Lukas Larsson | 2020-02-24 | 1 | -732/+3 |
| | |||||
* | Add DOC_TARGETS makefile variable | Lukas Larsson | 2020-02-24 | 3 | -10/+18 |
| | | | | | The variable can be set to pdf, html, man or chunks and also any combination of the above. | ||||
* | Remove term_to_binary of doc chunks doc content | Lukas Larsson | 2020-02-24 | 1 | -2/+2 |
| | |||||
* | Use <code> for monospace, remove anno, add <a marker> | Lukas Larsson | 2020-02-24 | 1 | -8/+19 |
| | |||||
* | Generate hidden chunk files for any internal modules | Lukas Larsson | 2020-02-24 | 1 | -0/+8 |
| | |||||
* | Implement EEP-48 aka doc chunks | Lukas Larsson | 2020-02-24 | 1 | -0/+740 |
| | |||||
* | otp: Refactor doc make system and introduce EEP-48 | Lukas Larsson | 2020-02-24 | 1 | -1/+2 |
| | |||||
* | docgen: Remove many dead entities from dtds | Lukas Larsson | 2020-02-24 | 9 | -455/+4 |
| | | | | | | | Removed unused cite and path enitity from dtd Removed unused dtds Removed unused elements from existing dtds Removed almost unused elements from existing dtds | ||||
* | Improve distribution handshake | Sverker Eriksson | 2020-01-14 | 1 | -1/+1 |
| | |||||
* | Merge branch 'maint' | Lukas Larsson | 2019-10-23 | 3 | -13/+25 |
|\ | |||||
| * | Merge branch 'lukas/kernel/logger-cookbook/OTP-16208/OTP-16209' into maint | Lukas Larsson | 2019-10-23 | 3 | -13/+25 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | * lukas/kernel/logger-cookbook/OTP-16208/OTP-16209: logger: Add a cookbook for small examples about how to use logger logger: Fix some man section references otp: Add *.fo in src to gitignore erl_docgen: Make code type attribute influence highlight mode erl_docgen: Update highlight.js to latest version | ||||
| | * | erl_docgen: Make code type attribute influence highlight mode | Lukas Larsson | 2019-10-17 | 2 | -11/+23 |
| | | | |||||
| | * | erl_docgen: Update highlight.js to latest version | Lukas Larsson | 2019-10-17 | 1 | -2/+2 |
| | | | |||||
* | | | Merge branch 'maint' | John Högberg | 2019-10-10 | 1 | -9/+18 |
|\ \ \ | |/ / | | | | | | | | | | * maint: erl_docgen: Fix formatting for nameless <datatype> blocks | ||||
| * | | erl_docgen: Fix formatting for nameless <datatype> blocks | John Högberg | 2019-10-09 | 1 | -9/+18 |
| |/ | | | | | | | | | This is a quick and dirty fix, but there's not a whole lot that can be done about it without refactoring large swathes of the file. | ||||
* | | Merge branch 'maint' | Lars Thorsen | 2019-09-09 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Support fop 2.1 in the build support for the documentation | Lars Thorsen | 2019-09-09 | 1 | -3/+3 |
| | | |||||
* | | Merge branch 'sverker/re-enable-big-creation/OTP-15603' | Sverker Eriksson | 2019-07-01 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * sverker/re-enable-big-creation/OTP-15603: doc: Add links between dist flags and external tags (DTD updated) erts: Fix docs for new pid,port,ref external tags erts: Document new EPMD response ALIVE2_X_RESP erl_interface: Support 32-bit creation local cnode jinterface: Remove old encoding of pid,port,refs epmd: Support 32-bit creation values in local node erl_interface: Remove old encoding of pid,port,refs erts: Remove old encoding of pids, ports and refs erts: Make DFLAG_BIG_CREATION mandatory | ||||
| * | | doc: Add links between dist flags and external tags (DTD updated) | Sverker Eriksson | 2019-07-01 | 1 | -1/+1 |
| |/ | | | | | | | DTD updated to allow seealso-marker inside taglist. | ||||
* | | specs_gen script fix error message | larry | 2019-06-08 | 1 | -1/+1 |
|/ | | | | | | | | | | | The warning message was using input file, not output file: Example: could not write file '../src/alarm_handler.erl': no such file or directory Which is the input file, the correct message is: could not write file '../specs/alarm_handler.specs': no such file or directory | ||||
* | erts: Fix more internal docs xmllint | Lukas Larsson | 2019-04-04 | 2 | -2/+3 |
| | |||||
* | compiler: Add internal docs section | Lukas Larsson | 2019-04-04 | 1 | -6/+41 |
| | |||||
* | erl_docgen: Add new internal docs chapter to docs | Lukas Larsson | 2019-04-04 | 1 | -1/+75 |
| | |||||
* | erl_docgen: Prettify c-function argument lists | Sverker Eriksson | 2019-02-26 | 1 | -21/+53 |
| | | | | | | | | 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>. | ||||
* | erl_docgen: Indent c-function line continuations | Sverker Eriksson | 2019-02-22 | 2 | -3/+9 |
| | |||||
* | Add since attribute to dtd | Sverker Eriksson | 2018-12-11 | 2 | -0/+4 |
| | |||||
* | erl_docgen: Generate "since" OTP version in html | Sverker Eriksson | 2018-12-11 | 2 | -40/+118 |
| | | | | for <func><name> and <module> with "since" attribute. | ||||
* | Improve indexing of cref docs | Raimo Niskanen | 2018-09-07 | 1 | -10/+71 |
| | |||||
* | Update copyright year | Henrik Nord | 2018-06-18 | 4 | -4/+4 |
| | |||||
* | Merge branch 'lars/erl_docgen/fix-xsl-makefile/OTP-15091' | Lars Thorsen | 2018-05-22 | 1 | -2/+3 |
|\ | | | | | | | | | | | * lars/erl_docgen/fix-xsl-makefile/OTP-15091: [erl_docgen] Update version [erl_docgen] Add missing file db_funcs.xsl to file list | ||||
| * | [erl_docgen] Add missing file db_funcs.xsl to file list | Lars Thorsen | 2018-05-21 | 1 | -2/+3 |
| | | |||||
* | | Merge branch 'raimo/stdlib/gen_statem-dev/OTP-14015' | Raimo Niskanen | 2018-04-24 | 4 | -7/+23 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
| * | | erl_docgen: Implement width in image tag | Raimo Niskanen | 2018-03-29 | 4 | -7/+23 |
| | | | |||||
* | | | erl_docgen: Fix title link with '?' | Lukas Larsson | 2018-04-23 | 1 | -1/+1 |
| | | | |||||
* | | | erl_docgen: Use name based anchors where possible | Lukas Larsson | 2018-04-10 | 1 | -4/+8 |
| | | | | | | | | | | | | | | | | | | We don't want to use generate-id as it varies across builds so it becomes impossible to link permanently to specific sections. | ||||
* | | | erl_docgen: Change ghlink icon to pencil | Lukas Larsson | 2018-04-10 | 1 | -1/+2 |
| | | | |||||
* | | | erl_docgen: Fix ghlinks to .xmlsrc | Lukas Larsson | 2018-04-10 | 1 | -2/+1 |
| | | |