doxygen-doxyparse

Multi-language source code parser based on doxygen
  https://www.doxygen.nl/
  0
  no reviews



Doxygen is a documentation system for C++, C, Objective-C, C#, PHP, Java, Python, IDL, Fortran, VHDL and to some extent D. Doxyparse builds on doxygen's great source code parsing infrastructure and provides a command-line tool that can be used to obtain information from source code, such as:

* which functions/methods and variables/attributes a module/class contains * which functions/methods calls/uses which functions/methods/variables * etc

doxyparses's main goal is to be used by higher-level source code analysis tools.

This package contains doxyparse binary, a source code parser based on doxygen