diff --git a/doc/lua-api/index.rst b/doc/lua-api/index.rst index 571631297..eadf2f2f3 100644 --- a/doc/lua-api/index.rst +++ b/doc/lua-api/index.rst @@ -1087,7 +1087,8 @@ Proxy class .. js:attribute:: Proxy.stktable - Contains a stick table object attached to the proxy. + Contains a stick table object of type :ref:`sticktable_class` attached to the + proxy. .. js:attribute:: Proxy.listeners @@ -3730,6 +3731,8 @@ AppletTCP class :see: :js:func:`AppletTCP.unset_var` :see: :js:func:`AppletTCP.set_var` +.. _sticktable_class: + StickTable class ================