Skip to content
/ murdoc Public

Utility for docco-like annotated code documentation

License

Notifications You must be signed in to change notification settings

jsus/murdoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Murdoc — a ruby documenter

Murdoc is a doccu-style annotated documentation generator.

Rationale

Sometimes it makes sense to create a guide, a story told by code and comments side by side. Murdoc generates a pretty html for such a story.

Example

Demo at GH.pages.

See also:

Usage

  • gem install murdoc
  • murdoc <input file> <output html file> or
  • murdoc <input file 1> <input file 2> ... <output html file>

Dependencies

  • Haml
  • Either RDiscount (for MRI rubies) or Kramdown (for non-mri rubies)

License

Public domain, see UNLICENSE file.

See also

About

Utility for docco-like annotated code documentation

Resources

License

Stars

Watchers

Forks

Packages

No packages published