Function: ede-html-documentation
ede-html-documentation is a byte-compiled function defined in
base.el.gz.
Signature
(ede-html-documentation ARG &rest ARGS)
Implementations
(ede-html-documentation (THIS ede-project)) in `ede/base.el'.
Undocumented
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/ede/base.el.gz
(cl-defmethod ede-html-documentation ((_this ede-project))
"Return a list of HTML files provided by project THIS."
)