1 A Simple Example

The best way to see what this package does is to test by yourself.

Create a directory "my-package", then create inside this directory a "my-module.ss" file (in plain text, without comment boxes). In this module, create a few simple functions and execute this file in DrScheme. In the interaction window, evaluate:
  (require (planet orseau/lazy-doc:1:0/package))
Then evaluate:
You have now a (poorly documented, but still documented) ready-to-send package. You can look at the generated documentation in the "planet-docs" sub-directory (view "index.html" in a Web browser).

See the secref{package} for more details on the possible options when creating packages.

Modules can of course be much more documented while keeping most of the process automatic. See Scribble Definition Parser for documenting source files. You can create several modules, all will be automatically included and documented (an exception list be given).