[C++-sig] how to avoid documenting private methods

Gennadiy Rozental rogeeff at gmail.com
Fri Mar 19 22:56:32 CET 2010


I've got exported class A and I'd like to avoid reporting private methods when
users type help (mymodule.A). Is there anything like __all__ for modules? naming
these methods starting with _ does not help either.

Please advise,

Gennadiy



More information about the Cplusplus-sig mailing list