DOCUMENT's incorrect default value of FORMAT keyword
A Common Lisp documentation system.
Status: Alpha
Brought to you by:
marcoxa
DOCUMENT's default value of the FORMAT keyword is :HTML. The GF PRODUCE-DOCUMENTATION does not have a method that specializes on :HTML. It does have a method that specializes on HLP::HTML.
So, in order to produce documentation, I have to explicitly specify format as 'HLP::HTML
This should have been fixed in the git now.
Commit 9777e81 fixes it for me too.