| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Windows filenames are not allowed to contain <>*, so we change
those to something better.
Closes #5474
|
| |
|
|
|
|
|
|
|
|
| |
All modules and functions that do not have any documentation
should be marked as hidden. This is because we want to
EEP-48 doc chunks to be able to differentiate in between
modules/functions that are private and those that are just
not documented. In Erlang/OTP all modules/functions that are
public are documented, so we generate hidden docs for all
modules/functions that do not have any documentation.
|
|
|
The testcase includes the current doc chunk created for
the modules erlang, re, file, sofs. It also contains the
current output of shell_docs:render of those functions
so that it can compare them to see if any shell_docs:render
changes breaks anything.
|