Say there's a QTP Function Library that contains many procedures. Each procedure contains documentation written in an XML node format that describes the purpose, return values and other information about the procedure.
Is there a way to parse these XML documentation that is embedded in the source code just like how it is possible to generate documentation based on XML documentation in .NET?