Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't generate private members #60

Open
florian-callewaert opened this issue Jul 27, 2020 · 1 comment
Open

Can't generate private members #60

florian-callewaert opened this issue Jul 27, 2020 · 1 comment

Comments

@florian-callewaert
Copy link

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

@florian-callewaert
Copy link
Author

florian-callewaert commented Jul 27, 2020

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',

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant