Activity for Pierre Clouthier

  • Pierre Clouthier Pierre Clouthier modified a comment on discussion doxygen-users

    Solved: in the XML files, I'm looking for kind="function" and kind="class", but Doxygen is putting out kind="slot" for Qt private slots: declarations.

  • Pierre Clouthier Pierre Clouthier posted a comment on discussion doxygen-users

    Solved: in the XML files, I'm looking for kind="function" and kind="class", but Doxygen is putting out kind="slot" for Qt private slots: declarations.

  • Pierre Clouthier Pierre Clouthier posted a comment on discussion doxygen-users

    "Doxygenator" automatically inserts Doxygen comment blocks before functions. Doxygenator will extract function and class information from Doxygen's XML files, create a comment block, and insert it directly into your CPP file. The Doxygen commands are a template or skeleton, you fill in the details. Great for retrofitting Doxygen to big projects. Saves you hours of drudgery. Requires: Qt. Run Doxygen on your source files Run Doxygenator, browse to your Doxygen configuration file, then select CPP files...

  • Pierre Clouthier Pierre Clouthier posted a comment on discussion doxygen-users

    I have set EXTRACT_PRIVATE = YES, and I am seeing the private functions in the HTML files, but not in the XML. Is this a design limitation?

  • Pierre Clouthier Pierre Clouthier posted a comment on discussion doxygen-users

    Here is a project that traverses the Doxygen XML files, and extracts a functions summary (uses Qt): https://github.com/chakani/Doxygenator

  • Pierre Clouthier Pierre Clouthier posted a comment on a wiki page

    I'm trying to compile with Visual Studio 2017, and I get these errors: 1>c:\software (third-party)\librtf\librtf-0.0.3\tests\01_html_converter\html.cpp(359): warning C4250: 'html': inherits 'format::utils::fonts_stack::format::utils::fonts_stack::register_font' via dominance 1>c:\software (third-party)\librtf\librtf-0.0.3\src\cpp\librtfcpp.h(444): note: see declaration of 'format::utils::fonts_stack::register_font' 1>c:\software (third-party)\librtf\librtf-0.0.3\tests\01_html_converter\html.cpp(359):...

  • Pierre Clouthier Pierre Clouthier posted a comment on discussion Open Discussion

    If you step into the code, you will see you are getting the error because the ZLIB...

1