summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix ascii exportHEADmasterGravatar Tom Willemse2014-01-271-3/+2
|
* Don't expect a result, it just insertsGravatar Tom Willemse2014-01-271-2/+1
|
* Fix HTML exportGravatar Tom Willemse2014-01-271-10/+11
|
* Put tag in correct placeGravatar Tom Willemse2014-01-271-16/+16
|
* Wrap definitions with a container divGravatar Tom Willemse2014-01-271-1/+1
|
* Wrap headers with a container divGravatar Tom Willemse2014-01-271-2/+3
|
* Wrap comments with a container divGravatar Tom Willemse2014-01-271-6/+7
|
* Add self-generated READMEGravatar Tom Willemse2014-01-271-0/+86
|
* Add simplistic ascii exportGravatar Tom Willemse2014-01-271-42/+106
|
* Fix typoGravatar Tom Willemse2014-01-261-1/+1
|
* Don't include undocumented itemsGravatar Tom Willemse2014-01-261-4/+5
| | | | | | They were already not printed, but they were still indexed. Not indexing them keeps them from being linked to in other parts of the documentation.
* Fix referencing function namesGravatar Tom Willemse2014-01-261-1/+1
|
* Remove obsolete functionGravatar Tom Willemse2014-01-261-24/+0
|
* Refrain from evaluating bufferGravatar Tom Willemse2014-01-261-7/+41
| | | | | | | Evaluating the buffer requires that all required libraries and functions are present at the moment the documentation is generated. Because documentation generation may happen in an Emacs without X11 support or without all the libraries installed, this is not an optimal solution.
* Don't use regex, use readGravatar Tom Willemse2014-01-261-15/+13
|
* Include deffaceGravatar Tom Willemse2014-01-251-2/+5
|
* Replace remaining ; with *Gravatar Tom Willemse2014-01-211-2/+3
| | | | This way org-export makes headers out of items that start with `;;;'.
* Only remove ;; at the beginning of the lineGravatar Tom Willemse2014-01-211-2/+2
|
* Use blockquote instead of divGravatar Tom Willemse2014-01-191-1/+1
| | | | This improves readability for (some) text-based browsers.
* Remove some superfluous <p> tagsGravatar Tom Willemse2014-01-191-5/+3
|
* Update docstringsGravatar Tom Willemse2013-12-291-5/+49
|
* Add referencing of known symbols within a documentGravatar Tom Willemse2013-12-281-29/+61
|
* Don't render "private" symbolsGravatar Tom Willemse2013-12-281-4/+9
| | | | | | 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.
* Print header before listing symbolsGravatar Tom Willemse2013-12-281-0/+1
|
* Disable toc and section-numbers, preempt `vars'Gravatar Tom Willemse2013-12-281-1/+5
| | | | Replaces `var' with ~var~.
* Use org to export textGravatar Tom Willemse2013-12-281-3/+4
|
* Micro refactorGravatar Tom Willemse2013-12-281-4/+8
|
* Make type names boldGravatar Tom Willemse2013-12-281-4/+7
|
* Refactor main codeGravatar Tom Willemse2013-12-281-52/+119
|
* Add docstring class to docstring paragraphsGravatar Tom Willemse2013-12-281-1/+1
|
* Slight improvement of CommentaryGravatar Tom Willemse2013-12-131-1/+5
|
* Update for use with -batch switchGravatar Tom Willemse2013-12-091-23/+47
| | | | | | | | | | | | | | | | - 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.
* Initial commitGravatar Tom Willemse2013-12-081-0/+123