Closed as not planned
Description
Some documented methods have the C++ definition before the description:
Lines 87 to 104 in b8525e2
... while others have the description before the C++ definition:
Lines 144 to 161 in b8525e2
For some rough stats, it seems to be split almost evenly... Searching for ### .+\n+```
(ie. definition first) gives 208 results, while ### .+\n+\w
(ie. description first) gives 219 results.
Do we have a preference? Does it matter?
Metadata
Metadata
Assignees
Type
Projects
Status
Done