Jonathan Bernard 75103b4bb5 Bugfix in recent changes.
* The generators originally had two phases, *parse* and *emit*. The *parse*
  phase allowed the generator to walk the AST for every document noting things
  it would need when emitting output. So the *parse* phase looked over every
  input document before the *emit* phase ran. During the refactor this changed
  and for each file the *emit* phase was running immediately after the *parse*
  phase, when it should have been run only after all inputs had been through the
  *parse* phase.
* Fixed a type in the ``LiterateMarkdownGenerator``: an extra '`/`' was being
  inserted into the url for link targets.
2011-09-09 14:56:50 -05:00
2011-09-06 17:10:36 -05:00
2011-09-06 17:10:36 -05:00
2011-09-09 14:56:50 -05:00
2011-08-22 15:54:38 -05:00
2011-09-09 14:56:50 -05:00
2011-08-25 07:13:39 -05:00

Jonathan's Literate Programming

This project grew out of a desire for a documentation system that:

  • generates all documentation from source-code comments,
  • is capable of facilitating both JavaDoc-style API documentation as well as literate programming style of documentation,
  • has pluggable formatting (default to Markdown),
Description
JDB Literate Programming is an attempt to blend programming and documentation.
Readme 6.5 MiB
Languages
Groovy 55.2%
Java 23.1%
Erlang 11.1%
CSS 10.6%