MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / parse_doxygen

Method parse_doxygen

tools/PythonExtensionChecker.py:330–339  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

328 self.parsing_error_message = None
329
330 def parse_doxygen(self):
331 try:
332 self.parsed_file = doxygen_parse(self.fname)
333 self.compound = self.parsed_file.get_compounddef()
334 return self.parsed_file
335 except Exception as e:
336 print ("Error parsing doxygen xml file", e.message)
337 self.parsing_error_message = e.message
338 self.parsing_error = True
339 return None
340
341 def getInternalFileName(self):
342 location = self.parsed_file.get_compounddef().get_location()

Callers 2

checkPythonPxdHeaderFunction · 0.95
get_pxd_from_classMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected