source: trunk/abcl/doc/manual/index.lisp

Last change on this file was 15067, checked in by Mark Evenson, 7 years ago

First half of User Manual edits prompted by Phillip Marek's review

ABCL/DOCUMENTATION reformatting with the only intentional function
change being the introduction of the exported INDEX function to grind
the documentation from available runtime symbols. Something is still
funky about parameter lists for generic functions and macros.

File size: 375 bytes
Line 
1(in-package abcl/documentation)
2
3#+elisp ;; huh?
4(slime-apropos-package "JAVA")
5
6(defun index ()
7  "Regenerate TeX markup from symbol introspection."
8  (dolist (package '(:extensions
9                     :system
10                     :threads
11                     :mop
12                     :java
13                     :jss ))
14    (grovel-docstrings-as-tex :package package)))
15
Note: See TracBrowser for help on using the repository browser.