Does anyone know of a python module for parsing a comment line in C ++ for doxygen? I mean a line like this (simple example):
and I would like to extract a short description, detailed description, parameters, return value, etc. I am currently using string methods and regular expressions, but my solution is not very reliable. Alternatively, can anyone recommend an easy-to-use python parser lib that I can configure quickly?
Thank you in advance
c ++ python parsing doxygen
Sebastian Mar 04 '10 at 9:09 2010-03-04 09:09
source share