Doxygen with C# internal access modifier

Posted by Mike Gates on Stack Overflow See other posts from Stack Overflow or by Mike Gates
Published on 2009-12-07T19:30:02Z Indexed on 2010/04/16 12:13 UTC
Read the original article Hit count: 169

Filed under:
|

I am using Doxygen to generate some API docs for a C# project I am working on. I have quite a bit of "internal" functionality in this project and don't want Doxygen producing these signatures in the generated html it produces.

I have tried enabling HIDE_FRIEND_COMPOUNDS but this still results in my internal classes being exposed in the generated documentation.

Does anyone know how to do this?

© Stack Overflow or respective owner

Related posts about doxygen

Related posts about c#