Changes between Version 2 and Version 3 of HeaderDoc


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

--

Legend:

Unmodified
Added
Removed
Modified
  • HeaderDoc

    v2 v3  
    2929== Adding files and modules ==
    3030
    31 If you want to add new header files, just insert a line in your local Makefile with the '''relative''' include path:
     31If you want to add new header files, just insert a line in your '''local Makefile with the relative header name''':
    3232
    3333{{{
     
    3737Every documented header file must contains a documentation for the file itself. This description comment must contain a {{{@file}}} tag not to be attached to the next declaration (see example below).
    3838
    39 Files, macros and symbols can be grouped in a documentation module. This is a good idea to '''create a documentation module for each MutekH library'''. This can be done by declaring the new module in the {{{doc/top.mkdoc}}} file:
     39Files, macros and symbols can be grouped in a documentation module. This is a good idea to '''create a documentation module for each MutekH library'''. This can be done by declaring the new module '''in the {{{doc/top.mkdoc}}} file''':
    4040
    4141{{{
     
    4545@end group
    4646}}}
     47
     48The MutekH module '''must be added in the global {{{doc/header_list.mk}}} file''' too.
    4749
    4850Module ownership can be declared in a per declaration basis using the {{{@module}}} tag, however it's inherited by default. This means all symbols declared in a header file associated with a module are owned by the same module.