harbored-mod icon indicating copy to clipboard operation
harbored-mod copied to clipboard

A documentation generator for D with support for both DDoc and Markdown.

Results 39 harbored-mod issues
Sort by recently updated
recently updated
newest added

at now enums documentated as variables, but it's not a part of instance of class/struct. it can be documentated as `static const` variables.

enhancement

this is like #88, but #88 is for `enum stuff(T) = ...;`. here it's for `enum SomeType stuff(T) = ...;`

bug

Inline code delimited by back ticks should be processed as the `$(D )` macro. For now they cause a line break.

bug

Just as a reminder to have a look at this after #65 ;-)

HTML output has been moved to HTMLWriter, but there is still a lot of space to make it simpler and more readable. Maybe use some HTML library (once we're using...

difficulty-easy
refactor

So we can exclude a package and then include one module from it.

enhancement
difficulty-trivial
priority-high

- Obvious things like project name, version, homepage - Some sort of fast overview of the project with a "1 click way to get almost anywhere". - Maybe (easy) "most...

enhancement
difficulty-medium

Sometimes, we might want to include e.g. graps, math expressions, etc. in documentation. It would be best to be able to specify these in their languages (a text representation of...

enhancement
difficulty-hard