From b65c58748a1ba8fb76ec17641d2a810ee9dfe4db Mon Sep 17 00:00:00 2001 From: jkbz64 Date: Wed, 7 Sep 2016 12:51:10 +0200 Subject: [PATCH] Fixed links in docs/api/reference --- docs/source/api/reference.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/api/reference.rst b/docs/source/api/reference.rst index 3bd31386..37886dc2 100644 --- a/docs/source/api/reference.rst +++ b/docs/source/api/reference.rst @@ -8,7 +8,7 @@ general purpose reference to Lua object in registry class reference; -This type keeps around a reference to something that was on the stack and places it in the Lua registry. It is the backbone for all things that reference items on the stack and needs to keep them around beyond their appearance and lifetime on said Lua stack. Its progeny include :doc:`sol::coroutine`, :doc:`sol::function`, :doc:`sol::`, :doc:`sol::object`, :doc:`sol::table`/:doc:`sol::global_table
`, :doc:`sol::`, and :doc:`sol::userdata`. +This type keeps around a reference to something that was on the stack and places it in the Lua registry. It is the backbone for all things that reference items on the stack and needs to keep them around beyond their appearance and lifetime on said Lua stack. Its progeny include :doc:`sol::coroutine`, :doc:`sol::function`, :doc:`sol::protected_function`, :doc:`sol::object`, :doc:`sol::table
`/:doc:`sol::global_table
`, :doc:`sol::thread`, and :doc:`sol::userdata`. For all of these types, there's also a ``stack_{x}`` version of them, such as ``stack_table`` @@ -72,4 +72,4 @@ non-members Compares two references using the Lua API's `lua_compare`_ for equality. -.. _lua_compare: https://www.lua.org/manual/5.3/manual.html#lua_compare \ No newline at end of file +.. _lua_compare: https://www.lua.org/manual/5.3/manual.html#lua_compare