i have visual studio 2013 solution multiple projects (c++, c#). have different comment styles in c# files i'm using xml style.
/// <summary> /// comment /// </summary>
in c++ files i'm using these comments.
/*comment*/
now tried create documentation doxygen of projects different comment style didn't worked.
i tried use xml comments in c++ files , parse recognized c# files.
how can create 1 documentation of 2 comment styles?
or
how can create documentation of c# , c++ files xml comment style?
you can use ghostdoc, sandcastle, docu, nocco, natural docs, document! x