dlang-community / libddoc

D implementation of the DDoc macro system
Boost Software License 1.0
7 stars 9 forks source link

Comments with back-tick inline code not handeled correctly #43

Closed Hackerpilot closed 5 years ago

Hackerpilot commented 5 years ago

For example

/**
 * `Thing` does stuff
 */
struct Thing {}

ends up being rendered in generated documentation as "hing` does stuff"