Duck2Dox
Convert Autoduck markup to Doxygen
This Python script is designed to convert Autoduck source code markup in C++ style comments to Doxygen style markup.
The output is ready to be used with Doxygen. The output directory is a mirror of the input directory (the directory is copied before any conversion takes place) so the input remains untouched. The output directory only contains code that has been converted, and all non-supported files are removed from the output directory. You can then use a directory diff tool, like WinMerge...