Jonathan Bernard 1f9b6cc66d Plain Markdown support. Directory support.
* Upgraded build common to version 1.9.
* Updated the release target in build.xml to take advantage of the new features
  of common build 1.9. The release target now copies over the libs and release
  resources.
* JLPMain now recognises directories in it's input list. It will add all the
  files in a given directory to the input list (including files in abitrarily
  nested subdirectories).
* Abstracted the parser behavior further. Processor no longer needs to know
  about Parboiled ParseRunners and can use non-Parboiled parsers.
* Created the JLPParser interface to support the new parser abstraction.
* JLPPegParser implements the new interface trivially by creating it's own parse
  runner and calling it with the input given.
* Added MarkdownParser, which does not actually parse the file, just creates the
  bare-bones SourceFile object needed for the generator to emit the Markdown
  contents.
2011-12-25 23:11:21 -06:00
2011-09-06 17:10:36 -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%