You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I use your awesome library at work to document my project.
I'm currently facing an issue :
My project contains some CSharp classes with XML Comments.
Doxygen seems to generated properly private members for these classes,
but I can't find how to generated them in moxygen.
I've found a work-around that seems to work. In node_modules/moxygen/index.js:44, in module.exports.defaultOptions.filters.members, i've added following lines :
Hi,
I use your awesome library at work to document my project.
I'm currently facing an issue :
My project contains some CSharp classes with XML Comments.
Doxygen seems to generated properly private members for these classes,
but I can't find how to generated them in moxygen.
Here a repository I've just create with a sample example
The text was updated successfully, but these errors were encountered: