docgen_xml_check
Validate XML documentation source code
docgen_xml_check
contains functions for validating XML
documentation source code.
Functions
validate(File) -> ok | error | {error, badfile}
File = string()
Validates the XML documentation source code in File
.
The .xml
extension can be omitted.
Returns ok
if successful, otherwise error information
is printed and the function returns error
.
If File
does not exist, {error, badfile}
is
returned.