cod
cod copied to clipboard
unassuming documentation format for any language
It would be nice if the tags remembered what index they started and ended in the source. Then it would be easy to show the source code of tags.
The ability to re-open tags at their root level so we can do this: ``` /** @Something @number 42 */ // Later... /** @Something: @number 43 @number 44 @number 45...
Suppose your language only supports single-line comments that start with `#`. Your docs might look something like this: ``` python ## # @MyClass # # I can see why some...