summaryrefslogtreecommitdiff
path: root/lib/erl_docgen/doc
Commit message (Collapse)AuthorAgeFilesLines
* Prepare releaseErlang/OTP2023-05-151-1/+27
|
* Revert "Prepare release"Henrik Nord2023-04-121-27/+1
| | | | This reverts commit d4e4511b19f4126d9271a6e3a8fa2eb716da7e85.
* Prepare releaseErlang/OTP2023-04-111-1/+27
|
* Revert "Prepare release"Henrik Nord2023-03-221-27/+1
| | | | This reverts commit 1cf126f91eb533783409da95b117207d8c13d9aa.
* Prepare releaseErlang/OTP2023-03-211-1/+27
|
* Revert "Prepare release"Henrik Nord2023-02-151-18/+1
| | | | This reverts commit 587341d994f91af5b30483ee9434e932e3d7b802.
* Prepare releaseErlang/OTP2023-02-141-1/+18
|
* Prepare releaseErlang/OTP2022-09-201-1/+16
|
* Prepare releaseErlang/OTP2022-05-171-1/+34
|
* Revert "Prepare release"Henrik Nord2022-04-131-21/+1
| | | | This reverts commit a2c8df222e6d02fa518d5d6cbbea75a9dd720d30.
* Prepare releaseErlang/OTP2022-04-111-1/+21
|
* Revert "Prepare release"Henrik Nord2022-03-241-21/+1
| | | | This reverts commit 435bc5e68dd45ff6f7992077998930519208e910.
* Prepare releaseErlang/OTP2022-03-231-1/+21
|
* Merge branch 'maint' into masterHenrik Nord2022-03-101-1/+24
|\ | | | | | | | | | | | | * maint: Updated OTP version Prepare release Update copyright year
| * Prepare releaseErlang/OTP2022-03-091-1/+24
| |
| * Update copyright yearErlang/OTP2022-03-092-2/+2
| |
* | Revert "Prepare release"Henrik Nord2022-02-161-21/+1
| | | | | | | | This reverts commit 95f5a792610ed4c87457863cb03b047414ad4a14.
* | Prepare releaseErlang/OTP2022-02-151-1/+21
| |
* | Update copyright yearErlang/OTP2022-02-152-2/+2
| |
* | Merge branch 'maint'Lukas Larsson2022-02-022-2/+6
|\ \ | |/
| * erl_docgen: Fix codeincludeLukas Larsson2022-01-312-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | The regexp for finding <codeinclude> did not take into consideration that elements in xml do not need to have a closing tag. We shouldn't really try parsing xml with regexp, but we try to make the best of the situation. This commit also removed codeinclude from the dtd so that at least in the future if any other codeinclude falls through the regexp matching the xmllint will catch it. Closes #5662
* | Merge branch 'maint'Rickard Green2021-12-151-1/+40
|\ \ | |/ | | | | | | | | | | | | | | | | | | * maint: Updated OTP version Prepare release # Conflicts: # OTP_VERSION # lib/crypto/doc/src/crypto.xml # lib/kernel/src/kernel.app.src
| * Prepare releaseErlang/OTP2021-12-141-1/+40
| |
* | Merge branch 'maint'Rickard Green2021-12-1311-11/+11
|\ \ | |/ | | | | | | * maint: Update copyright year
| * Update copyright yearRickard Green2021-12-1311-11/+11
| |
* | Fix typos in lib/erl_docgenKian-Meng, Ang2021-12-131-1/+1
|/
* Prepare releaseErlang/OTP2021-09-171-1/+24
|
* Prepare releaseErlang/OTP2021-06-011-1/+18
|
* Prepare releaseErlang/OTP2021-05-101-1/+52
|
* Revert "Prepare release"Henrik Nord2021-04-211-52/+1
| | | | This reverts commit 221e41bd32e433f6e08bbfedb013fc49c9aa1283.
* Prepare releaseErlang/OTP2021-04-191-1/+52
|
* Merge pull request #4696 from Maria-12648430/patch-1Lukas Larsson2021-03-311-2/+2
|\ | | | | erl_docgen: fix documentation for the seeerl tag
| * Fix seeerl tag exampleMaria Scott2021-03-311-2/+2
| | | | | | Closing tag for seeerl was seemfa in the examples.
* | Revert "Prepare release"Henrik Nord2021-03-261-52/+1
| | | | | | | | This reverts commit 1cc1d15c4e54c1d9d8c34a4c66193a95b10c479a.
* | Prepare releaseErlang/OTP2021-03-251-1/+52
| |
* | Revert "Prepare release"Henrik Nord2021-02-241-38/+1
| | | | | | | | This reverts commit bbc0f3386c2546af25936730742d8dee1664f1dd.
* | Prepare releaseErlang/OTP2021-02-231-1/+38
| |
* | stdlib: Fix em and add strong and b to erlang doc chunksLukas Larsson2021-01-201-1/+1
| |
* | stdlib: Add h4+h5+h6 to application/erlang+htmlLukas Larsson2021-01-201-1/+2
|/ | | | These headers are emitted by edoc.
* Prepare releaseErlang/OTP2020-12-111-1/+23
|
* Correct typos in the examplesLars Thorsen2020-12-091-4/+4
|
* Prepare releaseErlang/OTP2020-09-231-1/+23
|
* Fix marker in `seetype` exampleRadek Szymczyszyn2020-08-201-1/+1
|
* Prepare releaseErlang/OTP2020-05-111-1/+47
|
* Revert "Prepare release"Henrik Nord2020-04-221-47/+1
| | | | This reverts commit eee1f3aba92b5a741eabfa1cb6eca0632562777a.
* Prepare releaseErlang/OTP2020-04-221-1/+47
|
* docgen: Document the equiv metadataLukas Larsson2020-04-171-0/+5
|
* EEP-48: Add documentation for both EEP and Erlang specific partsLukas Larsson2020-04-171-6/+75
|
* otp: Fix see link types to be correctLukas Larsson2020-03-272-50/+50
|
* docgen: Add documentation for new see* tagsLukas Larsson2020-03-272-6/+97
|