Codebase list lua-ldoc / 5699d00
issue #77: 'See also' in template Steve Donovan 10 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
200200
201201 # if item.see then
202202 # local li,il = use_li(item.see)
203 <h3>see also:</h3>
203 <h3>See also:</h3>
204204 <ul>
205205 # for see in iter(item.see) do
206206 $(li)<a href="$(ldoc.href(see))">$(see.label)</a>$(il)