How to integrate examples with Doxygen? [closed]
You can put example source code in a special path defined in the doxygen config under EXAMPLE_PATH, and then insert examples with the @example tag. Doxygen will then generate an extra page containing the source of the example. It will also set a link to it from the class documentation containing the example tag. Alternatively … Read more