<div dir="ltr"><span class="im" style="font-size:12.8px">Hello<br><br>My goal is to parse C++-code with inlined doxygen-like comments, and to<br>produce/generate some additional from the parsed source.<br><br>Ideally I'd like to use libclang + Python bindings for this purpose, and it<br>works just fine for the raw C++ source. However, it seems that the Python<br>bindings does not parse the doxygen comments, but only provide raw_comments<br>and brief_comments. Meanwhile, the clang executable itself produces a<br>FullComment node in the AST, with command nodes etc.<br><br>Does anyone know if the Python bindings can somehow be coerced to also<br>parse the Doxygen-like comments?<br><br></span><span style="font-size:12.8px">Best regards, Søren</span><br></div>