mirror: Fix documentation

It didn't render properly
This commit is contained in:
Emmanuel Lepage Vallee 2017-06-04 18:22:03 -04:00
parent e49e7d6938
commit 29f70c1b4c
1 changed files with 3 additions and 3 deletions

View File

@ -96,9 +96,9 @@ end
--- Get the reflection of this mirror layout.
-- @property reflection
-- @param table reflection A table of booleans with the keys "horizontal", "vertical".
-- @param boolean reflection.horizontal
-- @param boolean reflection.vertical
-- @tparam table reflection A table of booleans with the keys "horizontal", "vertical".
-- @tparam boolean reflection.horizontal
-- @tparam boolean reflection.vertical
function mirror:get_reflection()
return { horizontal = self._private.horizontal, vertical = self._private.vertical }