pub fn rustdoc(input: String) -> Result<String, ParseError>
Expand description
Creates a Rustdoc string from a Doxygen string.
ยงErrors
This function can error if there are missing parts of a given Doxygen annotation (like @param
missing the variable name)