dlang-community / harbored-mod

A documentation generator for D with support for both DDoc and Markdown.
Boost Software License 1.0
18 stars 14 forks source link

DDoc section styling, special casing #19

Open kiith-sa opened 9 years ago

kiith-sa commented 9 years ago

Add a class for the

of each DDoc section based on its name (e.g. "params", "returns", "throws").

Will allow more customizable style. Maybe change around the default style, e.g. for Bugs:

Use some section names like Sphinx uses admonitions; we already use Note: in this way.

(Optional) allow DDoc sections in Params: by recursively parsing the parameter description.