Comment Syntax nrxdoc uses special comments (doc comments) that are included in the generated file. A doc comment starts with a /** and ends with at the next */. Nested comments are not allowed in a doc comment. A doc comment may include any HTML markup tags and special nexdoc tags. The doc comments must be positioned before class, method or property variable definitions. Doc comments at any other place are ignored A single line comment on the same line as a property variable definition is used as a doc comment also. Special tags in the doc comments are used by nrxdoc: |