Function: cedet-idutils-create/update-database

cedet-idutils-create/update-database is an interactive and byte-compiled function defined in cedet-idutils.el.gz.

Signature

(cedet-idutils-create/update-database &optional DIR)

Documentation

Create an IDUtils database in DIR.

IDUtils must start from scratch when updating a database.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/cedet-idutils.el.gz
(defun cedet-idutils-create/update-database (&optional dir)
  "Create an IDUtils database in DIR.
IDUtils must start from scratch when updating a database."
  (interactive "DDirectory: ")
  (let ((default-directory dir))
    (cedet-idutils-mkid-call nil)))