This commit is contained in:
fogus 2012-03-06 11:46:18 -05:00
parent bb2cb58bae
commit 59394183f9
15 changed files with 5 additions and 4 deletions

2
.gitignore vendored
View file

@ -1,4 +1,4 @@
docs
uberdoc.html
.DS_Store
.cake
pom.xml

View file

@ -1,5 +1,6 @@
Marginalia 0.6.1
==========
Marginalia 0.7.0
================
*Ultra-lightweight literate programming[1] for Clojure inspired by [docco](http://jashkenas.github.com/docco/)*
Marginalia is a source code documentation tool that parses Clojure code and outputs a side-by-side source view with appropriate comments and docstrings aligned.

View file

@ -5,7 +5,7 @@
(:require [clojure.string :as str])
(:import [com.petebevin.markdown MarkdownProcessor]))
(def ^{:dynamic true} *resources* "./resources/")
(def ^{:dynamic true} *resources* "./vendor/")
(defn css-rule [rule]
(let [sels (reverse (rest (reverse rule)))

View file