harbored-mod
harbored-mod copied to clipboard
A documentation generator for D with support for both DDoc and Markdown.
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.
this is like #88, but #88 is for `enum stuff(T) = ...;`. here it's for `enum SomeType stuff(T) = ...;`
Inline code delimited by back ticks should be processed as the `$(D )` macro. For now they cause a line break.
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...
So we can exclude a package and then include one module from it.
- 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...
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...