summaryrefslogtreecommitdiff
path: root/lib/erl_docgen/priv
Commit message (Collapse)AuthorAgeFilesLines
* docgen: Don't use mod2app for seeerl type linksLukas Larsson2020-04-221-5/+0
|
* Remove whitespaces from function name in linksLars Thorsen2020-04-171-2/+2
|
* docgen: Remove marker from taglist dtdLukas Larsson2020-04-171-1/+1
|
* docgen: Print edoc generate error reason on crashLukas Larsson2020-04-171-1/+2
|
* Merge pull request #2571 from maxnordlund/patch-1Lars Thorsén2020-04-011-1/+2
|\ | | | | | | | | Prevent left nav overlapping content during scroll Thank you for the contribution.
| * Prevent left nav overlapping content during scrollMax Nordlund2020-03-211-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 validationLukas Larsson2020-03-271-1/+4
| |
* | docgen: Add validation of all markers linksLukas Larsson2020-03-271-27/+78
| |
* | docgen: Improve link validator to check seemfa and seetype linksLukas Larsson2020-03-271-29/+123
| |
* | docgen: Add script to validate link typeLukas Larsson2020-03-271-0/+217
| |
* | otp: Move funcs description into funcs_description tagLukas Larsson2020-03-274-11/+22
| |
* | docgen: Fix transform of new see* tags to htmlLukas Larsson2020-03-271-25/+82
| |
* | docgen: Generate correct see tags for edoc and specsLukas Larsson2020-03-273-11/+29
|/
* Move chunk into erlang module for speedLukas Larsson2020-02-241-732/+3
|
* Add DOC_TARGETS makefile variableLukas Larsson2020-02-243-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 contentLukas Larsson2020-02-241-2/+2
|
* Use <code> for monospace, remove anno, add <a marker>Lukas Larsson2020-02-241-8/+19
|
* Generate hidden chunk files for any internal modulesLukas Larsson2020-02-241-0/+8
|
* Implement EEP-48 aka doc chunksLukas Larsson2020-02-241-0/+740
|
* otp: Refactor doc make system and introduce EEP-48Lukas Larsson2020-02-241-1/+2
|
* docgen: Remove many dead entities from dtdsLukas Larsson2020-02-249-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 handshakeSverker Eriksson2020-01-141-1/+1
|
* Merge branch 'maint'Lukas Larsson2019-10-233-13/+25
|\
| * Merge branch 'lukas/kernel/logger-cookbook/OTP-16208/OTP-16209' into maintLukas Larsson2019-10-233-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 modeLukas Larsson2019-10-172-11/+23
| | |
| | * erl_docgen: Update highlight.js to latest versionLukas Larsson2019-10-171-2/+2
| | |
* | | Merge branch 'maint'John Högberg2019-10-101-9/+18
|\ \ \ | |/ / | | | | | | | | | * maint: erl_docgen: Fix formatting for nameless <datatype> blocks
| * | erl_docgen: Fix formatting for nameless <datatype> blocksJohn Högberg2019-10-091-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 Thorsen2019-09-091-3/+3
|\ \ | |/
| * Support fop 2.1 in the build support for the documentationLars Thorsen2019-09-091-3/+3
| |
* | Merge branch 'sverker/re-enable-big-creation/OTP-15603'Sverker Eriksson2019-07-011-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 Eriksson2019-07-011-1/+1
| |/ | | | | | | DTD updated to allow seealso-marker inside taglist.
* | specs_gen script fix error messagelarry2019-06-081-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 xmllintLukas Larsson2019-04-042-2/+3
|
* compiler: Add internal docs sectionLukas Larsson2019-04-041-6/+41
|
* erl_docgen: Add new internal docs chapter to docsLukas Larsson2019-04-041-1/+75
|
* erl_docgen: Prettify c-function argument listsSverker Eriksson2019-02-261-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 continuationsSverker Eriksson2019-02-222-3/+9
|
* Add since attribute to dtdSverker Eriksson2018-12-112-0/+4
|
* erl_docgen: Generate "since" OTP version in htmlSverker Eriksson2018-12-112-40/+118
| | | | for <func><name> and <module> with "since" attribute.
* Improve indexing of cref docsRaimo Niskanen2018-09-071-10/+71
|
* Update copyright yearHenrik Nord2018-06-184-4/+4
|
* Merge branch 'lars/erl_docgen/fix-xsl-makefile/OTP-15091'Lars Thorsen2018-05-221-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 listLars Thorsen2018-05-211-2/+3
| |
* | Merge branch 'raimo/stdlib/gen_statem-dev/OTP-14015'Raimo Niskanen2018-04-244-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 tagRaimo Niskanen2018-03-294-7/+23
| | |
* | | erl_docgen: Fix title link with '?'Lukas Larsson2018-04-231-1/+1
| | |
* | | erl_docgen: Use name based anchors where possibleLukas Larsson2018-04-101-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 pencilLukas Larsson2018-04-101-1/+2
| | |
* | | erl_docgen: Fix ghlinks to .xmlsrcLukas Larsson2018-04-101-2/+1
| | |