This is the CppDoc command that can be used to generate the MFC example:
CppDoc -title="MFC Class Library" -comment-format="///;//;///" -classdir=classdoc -autorun -overwrite -enable-deprecations=false -generate-deprecations-list=false -separate-index-pages -show-cppdoc-version "c:\program files\microsoft visual studio\vc98\mfc\include=MFC" .\example\mfc\mfc.html

Back