You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm grouping a lot of fields with @section tags with some preamble and want to be able to reference the section. For example:
--- Foo constants.---- These constants define various foos and bars to be used with e.g. @{mymod.foobar}---- @section fooconsts--- Const 1FOO_1=1--- Const 2FOO_2=2-- ... somewhere later ...--- Runs a foobar---- @tparam number c one of the @{fooconsts|foo constants}.functionmymod.foobar(c)
end---Butthisreferencefailstoresolve. IstheresomewayIcanaccomplishtheabovesuchthatitworksacrossmodules?
Thanks!
The text was updated successfully, but these errors were encountered:
I'm grouping a lot of fields with
@section
tags with some preamble and want to be able to reference the section. For example:The text was updated successfully, but these errors were encountered: