summaryrefslogtreecommitdiff
path: root/lib/edoc
Commit message (Expand)AuthorAgeFilesLines
* edoc: Add option link_builtin_typesLukas Larsson2021-10-254-84/+97
* Prepare releaseErlang/OTP2021-09-172-1/+16
* test suites: replace ?t: with test_server:Maxim Fedorov2021-09-081-2/+2
* edoc: Use local definition of contextLukas Larsson2021-08-111-2/+3
* Prepare releaseErlang/OTP2021-05-103-2/+72
* edoc: Fix eep48 suite when cover compiledLukas Larsson2021-05-041-3/+9
* erts: Add types nonempty_{binary,bitstring}()Hans Bolinder2021-04-271-0/+2
* Merge pull request #4716 from erszcz/edoc-multiple-specs-fixLukas Larsson2021-04-123-4/+17
|\
| * Suggest {preprocess, true} when redundant spec assertion failsRadek Szymczyszyn2021-04-073-4/+17
* | edoc: Re-instate ?NO_APP and deprecate itLukas Larsson2021-04-061-0/+3
|/
* Revert "Prepare release"Henrik Nord2021-03-263-69/+2
* Prepare releaseErlang/OTP2021-03-253-2/+69
* Revert "Prepare release"Henrik Nord2021-02-243-69/+2
* Prepare releaseErlang/OTP2021-02-233-2/+69
* Do not drop module name from MFA-style specsRadek Szymczyszyn2021-02-082-14/+23
* Handle specs prefixed by a module nameRadek Szymczyszyn2021-02-081-2/+8
* Add a fixture of a spec prefix with a module nameRadek Szymczyszyn2021-02-081-0/+3
* Warn about deprecated @type tags and prioritise -type attributesRadek Szymczyszyn2021-02-074-29/+88
* Warn about deprecated @spec tags and prioritise -spec attributesRadek Szymczyszyn2021-02-075-25/+93
* Adjust function signature formatting to better comply with EEP-48Radek Szymczyszyn2021-02-052-14/+17
* Change the descriptionRadek Szymczyszyn2021-02-051-1/+1
* Depend on stdlib with shell_docsRadek Szymczyszyn2021-02-051-1/+1
* Document EEP-48 support, making doc chunks, new doclet/layoutRadek Szymczyszyn2021-02-0510-34/+304
* Allow only HTML tags allowed by shell_docsRadek Szymczyszyn2021-02-051-4/+2
* Add a script to batch test librariesRadek Szymczyszyn2021-02-051-0/+30
* Fix various small thingsRadek Szymczyszyn2021-02-054-12/+8
* Make the type tag lookup more robustRadek Szymczyszyn2021-02-051-13/+18
* Improve spec formatter completeness, diagnostics and robustnessRadek Szymczyszyn2021-02-054-30/+173
* Allow all header ranks in the chunksRadek Szymczyszyn2021-02-051-1/+1
* Add edoc/.gitignoreRadek Szymczyszyn2021-02-051-0/+1
* Annotate bounded_fun specs with arg namesRadek Szymczyszyn2021-02-053-21/+107
* Group @see references at the end of a descriptionRadek Szymczyszyn2021-02-053-7/+29
* Annotate specs with arg names (no 'bounded_fun' support yet)Radek Szymczyszyn2021-02-053-19/+167
* Store function signatures with arg namesRadek Szymczyszyn2021-02-053-16/+152
* Make edoc.escript part of the release and support more flagsRadek Szymczyszyn2021-02-053-16/+121
* Drop the EDoc chunk Rebar3 plugin from this repositoryRadek Szymczyszyn2021-02-053-80/+21
* Output callback chunk entries based on #tag{} recordsRadek Szymczyszyn2021-02-052-30/+14
* Fix build issues, Dialyzer errors, and enable testsRadek Szymczyszyn2021-02-0512-50/+48
* Remove edoc_doclet_defaultRadek Szymczyszyn2021-02-053-464/+2
* Import EEP-48 chunk supportRadek Szymczyszyn2021-02-0520-98/+1790
* Merge branch 'richcarl/columns/PR-2664/OTP-16824'Hans Bolinder2021-02-012-9/+22
|\
| * edoc: Correct handling of annotations of abstract codeHans Bolinder2021-01-262-9/+22
* | Merge branch 'maxno-kivra/edoc/macro_funs/PR-2674/OTP-17153'Hans Bolinder2021-01-293-3/+18
|\ \ | |/ |/|
| * EDoc: Add docs and test of user defined macrosHans Bolinder2021-01-292-3/+16
| * EDoc: Allow user defined macros to be functionsMax Nordlund2020-06-261-0/+2
* | Merge pull request #2914 from erszcz/edoc-spec-cleanup/OTP-17095Lukas Larsson2020-12-2218-381/+465
|\ \
| * | Clean up edoc:comment(), edoc:edoc_module() and some typosRadek Szymczyszyn2020-12-213-20/+16
| * | Remove ?NO_APP, use atom no_appRadek Szymczyszyn2020-12-214-24/+15
| * | Remove @doc tags in edoc_parser.yrlRadek Szymczyszyn2020-12-211-4/+4
| * | Replace @spec/@type tags with corresponding attributesRadek Szymczyszyn2020-12-2118-363/+460