Function: ede-html-documentation-files

ede-html-documentation-files is a byte-compiled function defined in base.el.gz.

Signature

(ede-html-documentation-files)

Documentation

Return a list of HTML documentation files associated with this project.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/ede/base.el.gz
(defun ede-html-documentation-files ()
  "Return a list of HTML documentation files associated with this project."
  (ede-html-documentation (ede-toplevel))
  )