Menu

Output readable in C/C++/C#

rob
2023-11-01
2023-11-22
  • rob

    rob - 2023-11-01

    Is there some option to output Doxygen comments into some form that I can read into a C/C++/C# program? I am trying to create a code generator that uses the information generated by Oxygen comments. So I need to know the function name, argument types incl. if the argument is optional, return types, etc.

     
  • Andy Dent

    Andy Dent - 2023-11-22

    Yes, use. GENERATE_XML then you can parse the XML to extract the info you need.

    The Extensions page describes several XML processing examples already built such as Doxygen.NET

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.