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

Bullet list rendered when DDOC text is on same line as the two asterisks #106

Closed ghost closed 5 years ago

ghost commented 5 years ago

eg:

/** Short description
 *
 * Longer
 * Params:
 *   foo = foo
 */

gives a bullet list after starting from Params:

Either libddoc bug or a dmarkdown parser one.

ghost commented 5 years ago

Bug is in dparse.lexer.undecorateComment...

ghost commented 5 years ago

Waiting for https://github.com/dlang-community/libdparse/pull/348 approval.