diff --git a/docs/source/api.rst b/docs/source/api.rst index 5a99be3..959be7c 100644 --- a/docs/source/api.rst +++ b/docs/source/api.rst @@ -1,5 +1,5 @@ -.. _api: +.. _api: API === @@ -169,6 +169,10 @@ Reflection functions >>> autoclass('java.lang.System') + autoclass can also represent a nested Java class: + + >>> autoclass('android.provider.Settings$Secure') + Java class implementation in Python -----------------------------------