Commit graph

11 commits

Author SHA1 Message Date
d7a276e896 Don't render "private" symbols
What constitutes a "private" symbol is determined by the new
`edocs-private-regexp' variable. Any symbol that matches this regexp is
considered private and not included in the formatted output.
2013-12-28 20:54:55 +01:00
ef969855cc Print header before listing symbols 2013-12-28 20:15:19 +01:00
3d09e85266 Disable toc and section-numbers, preempt `vars'
Replaces `var' with ~var~.
2013-12-28 20:12:33 +01:00
f3315a4ddb Use org to export text 2013-12-28 17:38:20 +01:00
6006120614 Micro refactor 2013-12-28 17:19:40 +01:00
4297d6955a Make type names bold 2013-12-28 16:59:13 +01:00
3a7936e385 Refactor main code 2013-12-28 16:37:55 +01:00
6863724bca Add docstring class to docstring paragraphs 2013-12-28 14:00:32 +01:00
ea764a9692 Slight improvement of Commentary 2013-12-13 01:58:12 +01:00
d88ad750c2 Update for use with -batch switch
- Require the `package' and `help-fns' libraries which aren't loaded
  when using the `-batch' switch with Emacs.

- Add options to specify which style sheet to use and whether to only
  print the body (so no `<doctype>' or `<html>' etc.)

- Reverse the list of symbols to show up in the same order as they
  appear in the buffer.

- Replace `case' with a `cond', I didn't realize `case' was part of the
  cl-lib.

- Add function to be used with the `-batch' switch.
2013-12-09 00:06:34 +01:00
473969a654 Initial commit 2013-12-08 16:28:55 +01:00