Commit graph

68 commits

Author SHA1 Message Date
Nicolas Buduroi
11c7c5fdad Added a command line option for specifying the file to which the documentation will be written. 2011-01-15 19:37:28 -05:00
Nicolas Buduroi
1dc9de0066 Added command line option to use custom documentation directory path. 2011-01-15 19:33:47 -05:00
fogus
c0ff51db2c repushed v4.0.0 pom for markdownj 2011-01-14 23:01:51 -05:00
fogus
fab8b91988 slight mod to work out self-parse test 2011-01-13 14:32:22 -05:00
fogus
8327dafe3e Added first blush parser leveraging the Clojure reader hotpatched at runtime 2011-01-13 14:28:12 -05:00
fogus
f2c5de4661 adding new failure cases in preparation for the new parser 2011-01-13 13:29:47 -05:00
fogus
440ee35097 skeleton of the new parser 2011-01-13 13:29:18 -05:00
fogus
f9f212ffbf Adding :eval-in-leiningen per Phil's advice 2011-01-11 16:28:11 -05:00
fogus
16b3be211c Updated site example 2011-01-07 14:27:29 -05:00
fogus
19b665e42d Pulled the call to (parse-project-file) out of uberdocbang so that it can be used in a more generic way. The old way was causing heartburn for Maven integration. 2011-01-07 14:21:46 -05:00
zkim
db80a2abbc Changed html title tag to include project name, added meta description tag, updated example output.
Closes #7
2011-01-07 10:40:40 -07:00
fogus
6370828480 Added support for defmacro, defmulti, and defmethod. bumped version number 2011-01-05 13:20:04 -05:00
fogus
f10fa0456d Added meta tag to the generate html head for utf-8 support 2011-01-05 12:59:08 -05:00
fogus
8b3ab21e85 Added support for defprotocol docstring 2011-01-05 12:36:27 -05:00
fogus
1e257ba0a1 Added official site 2011-01-05 09:06:54 -05:00
fogus
fe12b05a18 Bumped version number to account for -main changes 2011-01-04 10:41:06 -05:00
fogus
6cacdcb07f Updated README to offer more information on getting started/using 2011-01-04 10:34:32 -05:00
fogus
b60a453a1b Added :gen-class directive and Leiningen :main to generate useable uberjar 2011-01-04 10:34:02 -05:00
zkim
91a2c90f46 Added an example from fnparse to the problem-cases section. 2010-12-23 16:55:40 -07:00
fogus
9a22e77c96 Bumped version number and added more problem cases 2010-12-23 09:17:13 -05:00
zkim
768025bcc1 Had docstrings and arg lists transposed in a few places, which the fix for issue #4 highlighted. Updated example-output/uberdoc.html. 2010-12-23 03:14:27 -07:00
zkim
04a139fc47 Joined the two docstring strings on the marg cake task, bumped version to 0.2.1 in the comments. 2010-12-23 03:06:57 -07:00
zkim
80e4be8fe5 Forgot to add the problem-cases.general. 2010-12-23 03:03:55 -07:00
zkim
c7aa687e88 Fix for https://github.com/fogus/marginalia/issues/#issue/4, see line 135 in core.clj. 2010-12-23 02:53:17 -07:00
fogus
191fe3b35e minor change to version numbe rlisted in lein plugin 2010-12-22 22:37:03 -05:00
Brenton Ashworth
63635acdd8 Example configuration for using MathJax to format Latex equations. 2010-12-23 10:59:26 +08:00
Brenton Ashworth
d6dca35040 Add opt-resources-html to allow for external javascript and css to be used in generated docs. External resources are configured in project.clj. 2010-12-23 10:59:26 +08:00
fogus
aed10e3288 Just testing out markdown images 2010-12-22 14:35:14 -05:00
fogus
ceb32943fd Adding docs for the filesystem fns 2010-12-22 14:29:31 -05:00
fogus
9188dcd377 bumped the version because of the last-line fix and the cake header info 2010-12-22 14:17:54 -05:00
ninjudd
c3a64b9bfa update to work with documentation and add 'cake plugin namespaces' to header 2010-12-23 03:07:21 +08:00
ninjudd
bacca1876f fix bug ommitting last line of source file 2010-12-23 03:07:20 +08:00
fogus
4ef3843c94 updated example doc 2010-12-22 14:00:25 -05:00
fogus
fd4895bdfc Bumped version to 0.2.0. Added the replacement of " to actual quote. Modified the cake info docstring 2010-12-22 13:57:20 -05:00
ninjudd
7e9cea4852 add cake plugin 2010-12-23 02:27:02 +08:00
fogus
27ddae702e temp hack to make the docstring with embedded quotes gen properly 2010-12-22 10:57:30 -05:00
fogus
0e2ae14b86 bumped version number in lein help doc 2010-12-22 10:48:06 -05:00
fogus
be47a53ec9 added usage function as it was busticated when run via lein 2010-12-22 10:47:18 -05:00
zkim
75c6bc48a4 Minor doc edits, removed dev-helper namespace (wasn't really using it anyway). 2010-12-22 01:30:16 -07:00
zkim
b5d4154aa3 Doc changes 2010-12-22 01:18:17 -07:00
zkim
a644f74a82 Added a lein plugin, see leiningen.marg in the uberdoc for usage instructions. 2010-12-22 00:15:59 -07:00
zkim
57fef7c435 Fixed a couple docs content width problems, cleaned up indentation, fixed incorrect escaping in code blocks (but not inline code spans), fixed a incorrect markdown parsing of headers in docstrings. 2010-12-21 23:04:34 -07:00
zkim
579b4fbf17 Visual tweaks, brought color scheme more in line with docco's. Updated example output. 2010-12-21 13:44:29 -07:00
fogus
f584077119 Merge branch 'master' of github.com:fogus/marginalia 2010-12-21 15:32:26 -05:00
fogus
20a6750f5b Fixed the extra scrollbars shown by syntaxhighlighter 2010-12-21 15:30:33 -05:00
zkim
7cb886b1a8 Refactored css into bite-sized chunks. Switched to inline version of app.js. 2010-12-21 13:18:52 -07:00
fogus
85932bd966 minor README change to point to online example output 2010-12-21 14:21:26 -05:00
fogus
525fae4ec5 merging in minor changes. bumped the version number 2010-12-21 14:19:05 -05:00
fogus
d33b643c1e Merging in zak changes 2010-12-21 14:12:56 -05:00
zkim
98b945524b Updated example output to latest version. 2010-12-21 02:24:31 -07:00