Changes between Version 3 and Version 4 of HeaderDoc


Ignore:
Timestamp:
Nov 5, 2009, 2:47:36 AM (14 years ago)
Author:
becoulet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HeaderDoc

    v3 v4  
    6666== Comments format ==
    6767
    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:
     68Code documentation is inserted in source file '''using special comment formats''' beginning with {{{/**}}} (exactly 2 stars) or {{{//<}}}.
     69The 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 :)).
    6970
    7071{{{