| Age | Commit message (Collapse) | Author | Lines |
|
|
|
./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498
|
|
|
|
Per issue #2418.
|
|
|
|
|
|
|
|
|
|
|
|
Don't attempt to impose any structure for documenting arguments, return
values, etc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 95099cddcf2691fcbb389db657c70cf80d776918.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
prune_undoc_details_pass strips arguments and return values that are
undocumented. prune_undoc_items_pass prunes entire items.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If the first paragraph of documentation is short then it will be used as the
brief description.
|
|
|
|
There are two attributes in use for this same purpose.
|
|
This reverts commit 521e58a3c4f45ffc30a914dd0bb517945d87a503.
Some crates use 'desc', some 'comment' - I want them to just use 'doc'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|