| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-03-05 | Remove seemingly unused sugarise-doc-comments Python script. | Corey Farwell | -93/+0 | |
| This Python script converts documentation comments from the `#[doc = "..."]` attribute to the `///` syntax. It was added six years ago, presumably to help with the transition when `///` was implemented and hasn't really been touched since. I don't think there's much value in keeping it around at this point. | ||||
| 2017-11-16 | fix some python3 incompatibilities | Collin Anderson | -2/+2 | |
| 2015-01-27 | Fix PEP8 in sugarise-doc-comments | Richo Healey | -2/+4 | |
| 2014-02-05 | etc: add missing license boilerplates | Adrien Tétar | -1/+10 | |
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -1/+0 | |
| 2013-01-17 | Add a license check to tidy. #4018 | Brian Anderson | -0/+1 | |
| 2013-01-03 | fix sugarise-doc-comments.py shebang | Daniel Micay | -1/+1 | |
| 2012-06-30 | make script executable | Gareth Daniel Smith | -0/+0 | |
| 2012-06-30 | initial draft of fix for issue #2498: | Gareth Daniel Smith | -0/+82 | |
| 1. make /// ... and //! ... and /** ... */ and /*! ... */ into sugar for #[doc = ...] attributes. 2. add a script in etc/ to help converting doc-attributes to doc-comments 3. add some functions to core::str to help with (1) | ||||
