OBNCDOC(1) General Commands Manual OBNCDOC(1) NAME obncdoc - extract exported features from Oberon modules SYNOPSIS obncdoc [-h | -v] DESCRIPTION obncdoc reads the Oberon source files in the current directory and cre- ates module definitions in plain-text and HTML. A module index is also created. Each definition contains the exported declarations and the ex- ported comments (start with an asterisk) for the corresponding module. The definition files are created, updated or deleted only as needed. A default style file, style.css, is created only if not present. This provides for custom style sheets. All output files are written to the directory obncdoc in the current directory. Oberon source filenames are expected to end with .obn, .Mod or .mod. obncdoc is not a complete parser so no syntactical or semantical checks are performed. OPTIONS -h Display help and exit. -v Display version and exit. AUTHOR Written by Karl Landstrom OBNCDOC(1)