Hello, I've a class with a decorator: @Singleton class MyClass: ...
When I document it with: .. automodule:: MyModule :members: :undoc-members: I can't see the class in the generated documentation; but if I remove the decorator i.e. #...@singleton class MyClass: ... I see the class correctly. I can't remove the decorator from the code: how can I solve this? Thanks in advance!
-- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to sphinx-...@googlegroups.com. To unsubscribe from this group, send email to sphinx-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.