Function doxygen_rs::generator::rustdoc
source · 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)