Is is possible to generate documentation for for private (double
underscore) class members?

I have tried passing the -P option to sphinx-apidoc, and I have also set
autodoc_default_options in my conf.py:

  autodoc_default_options = {
          'members': True,
          'undoc-members': True,
          'private-members': True
      }

In both cases, class members whose names begin with two underscores are
not included in the generated documentation.

Is it possible to do this?

Thanks!

--
========================================================================
Google                                      Where SkyNet meets Idiocracy
========================================================================

--
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sphinx-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sphinx-users/13dd4408-c413-0ca0-eb24-ae2dde5ddccd%40gmail.com.

Reply via email to