source: tags/1.3.3/doc/manual/package.lisp

Last change on this file was 14764, checked in by Mark Evenson, 9 years ago

Package docstring grovel in ABCL/DOCUMENTATION

The results of the docstring grovel are now sorted alphabetically.

File size: 87 bytes
Line 
1(defpackage #:abcl/documentation
2  (:use :cl)
3  (:export #:grovel-docstrings-as-tex))
4
Note: See TracBrowser for help on using the repository browser.