[GRASS-dev] auto-man page creation after KEYWORD support

CVS log for grass6/raster/r.le/r.le.setup/description.html

Default branch: MAIN

Revision 1.8, Wed Sep 27 15:00:04 2006 UTC (7 days, 16 hours ago) by
markus
Branch: MAIN
CVS Tags: HEAD
Changes since 1.7: +7 -1 lines
Diff to previous 1.7

DESCIPTION restored (otherwise the documentation system fails)

Hi,

http://grass.ibiblio.org/grass63/manuals/html63_user/raster.html

now contains "KEYWORDS" as part of the module description for the
interactive modules. (eg r.le.*)

does the bit that wants "DESCIPTION" above need to know about "KEYWORDS"
too?

Hamish

On Thu, Oct 05, 2006 at 08:19:57PM +1300, Hamish wrote:

CVS log for grass6/raster/r.le/r.le.setup/description.html

Default branch: MAIN

Revision 1.8, Wed Sep 27 15:00:04 2006 UTC (7 days, 16 hours ago) by
markus
Branch: MAIN
CVS Tags: HEAD
Changes since 1.7: +7 -1 lines
Diff to previous 1.7

DESCIPTION restored (otherwise the documentation system fails)

Hi,

http://grass.ibiblio.org/grass63/manuals/html63_user/raster.html

now contains "KEYWORDS" as part of the module description for the
interactive modules. (eg r.le.*)

does the bit that wants "DESCIPTION" above need to know about "KEYWORDS"
too?

The module r.le.patch, r.le.pixel, r.le.trace are lacking
the definition of:

    module = G_define_module();
    module->keywords = _("...");
    module->description = _("...");

This is causing the ugly output (also in 6.2).

Markus