sourcey/moxygen

Can't generate private members

Opened this issue · 1 comments

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

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 :

        'private-attrib',
        'private-func',
        'private-slot',