Changes between Version 3 and Version 4 of HeaderDoc
- Timestamp:
- Nov 5, 2009, 2:47:36 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HeaderDoc
v3 v4 66 66 == Comments format == 67 67 68 Code documentation is inserted in source file '''using special comment formats''' beginning with {{{/**}}} (exactly 2 stars) or {{{//<}}}. The former must be placed before the associated declaration: 68 Code documentation is inserted in source file '''using special comment formats''' beginning with {{{/**}}} (exactly 2 stars) or {{{//<}}}. 69 The former must be placed before the associated declaration. The latter must be placed after the declaration but '''doesn't work with macros''' if on the same line (it's feature, read the manual :)). 69 70 70 71 {{{