Return a Dom value representing the DocComment.
Declared in <mrdocs/Metadata/DomCorpus.hpp>
virtual
dom::Value
getDocComment(DocComment const& jd) const;
The default implementation returns null. A Generator should override this member and return a value that has suitable strings in the generator's output format.
a Dom value representing the DocComment.
| Name | Description |
|---|---|
| jd | A processed documentation comment attached to a declaration. |