Skip to content

Commit

Permalink
include wikidoc version of the wikidoc doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
nferrier committed Nov 22, 2010
1 parent 4a9d06d commit 88cbf2e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.creole
Expand Up @@ -2,3 +2,19 @@ This is an Emacs Lisp program to generate wiki documentation from
Emacs Lisp functions.

Right now it only does wikicreole.


== API ==

This is wikidoc's API, as generated by wikidoc itself.

=== wikidoc-grab-list (prefix &optional no-private) ===

Grab a list or functions matching [[prefix]] possibly with [[no-private]]


=== wikidoc-insert (prefix-to-doc buffer) ===

Make creole doc in [[buffer]] from elisp function doc on functions matching [[prefix]].


0 comments on commit 88cbf2e

Please sign in to comment.