Codebase list lua-ldoc / a870f91
Being more direct on how tags look like when introducing them first JonasT 10 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
5858 An optional description may follow. Normally the summary sentence will appear in the module
5959 contents.
6060
61 After this descriptive text, there will typically be _tags_. These follow the convention
62 established by Javadoc and widely used in tools for other languages.
61 After this descriptive text, there will typically be _tags_ which are introduced with an @.
62 These follow the convention established by Javadoc and widely used in tools for other languages.
6363
6464 --- foo explodes text.
6565 -- It is a specialized splitting operation on a string.