cod icon indicating copy to clipboard operation
cod copied to clipboard

unassuming documentation format for any language

Results 3 cod issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement