example now uses @{refs}

This commit is contained in:
steve donovan 2011-07-18 12:08:24 +02:00
parent 88dbcd0d85
commit 5e77edc33a
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
more than one line
- indeed
can keep going
Inline _see references_: look at <_ONE_> and <table.concat>.
Inline _see references_: look at @{_ONE_} and @{table.concat}.
Indented code blocks may also follow immediately.
function test(a,b)
return three(a,b)
@ -20,7 +20,7 @@ Indented code blocks may also follow immediately.
----------
-- A function.
-- Can also use <_TWO_>
-- Can also use @{_TWO_}
function _ONE_() end
-----------