summaryrefslogtreecommitdiff
path: root/lib/edoc
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5205 from erszcz/edoc-chunk-module-visibility/OTP-17733Lukas Larsson2021-11-012-14/+23
|\
| * Adjust default/private/hidden doc visibility in chunksRadek Szymczyszyn2021-09-172-14/+23
* | Merge branch 'maint'Henrik Nord2021-09-222-1/+16
|\ \ | |/ |/|
| * Prepare releaseErlang/OTP2021-09-172-1/+16
* | Merge branch 'maint'Ingela Anderton Andin2021-09-131-2/+2
|\ \ | |/
| * test suites: replace ?t: with test_server:Maxim Fedorov2021-09-081-2/+2
* | Merge branch 'maint'Lukas Larsson2021-08-131-2/+3
|\ \ | |/
| * edoc: Use local definition of contextLukas Larsson2021-08-111-2/+3
* | Merge pull request #5023 from wojtekmach/wm-edoc-warning/OTP-17556Lukas Larsson2021-08-131-33/+33
|\ \
| * | edoc_layout_chunks: Add source file to the warning on skipped tagWojtek Mach2021-07-041-33/+33
* | | edoc: Fix unused type warningLukas Larsson2021-08-091-11/+13
* | | Add app-file runtime_dependencies test and incorrect dependencies fixesKjell Winblad2021-07-091-1/+1
|/ /
* | erts: Make types nonempty_{binary,bitstring} builtinHans Bolinder2021-06-072-3/+1
|/
* 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
|\