Function: project-rescan
project-rescan is a byte-compiled function defined in ede.el.gz.
Signature
(project-rescan ARG &rest ARGS)
Implementations
((this project-am-extra-dist)) in `ede/project-am.el'.
Rescan object THIS.
((this project-am-built-src)) in `ede/project-am.el'.
Rescan built sources for object THIS.
((this project-am-header)) in `ede/project-am.el'.
Rescan the Header sources for object THIS.
((this project-am-lisp)) in `ede/project-am.el'.
Rescan the Lisp sources.
((this project-am-man)) in `ede/project-am.el'.
Rescan object THIS.
((this project-am-texinfo)) in `ede/project-am.el'.
Rescan object THIS.
((this project-am-lib)) in `ede/project-am.el'.
Rescan object THIS.
((this project-am-program)) in `ede/project-am.el'.
Rescan object THIS.
((this project-am-makefile) &optional suggestedname) in `ede/project-am.el'.
Rescan the makefile for all targets and sub targets.
((this ede-proj-project)) in `ede/proj.el'.
Rescan the EDE proj project THIS.
((this ede-linux-project)) in `ede/linux.el'.
Rescan this Linux project from the sources.
((this ede-cpp-root-project)) in `ede/cpp-root.el'.
Don't rescan this project from the sources.
((this ede-project-with-config)) in `ede/config.el'.
Rescan this generic project from the sources.
((this ede-project)) in `ede.el'.
Rescan the EDE project THIS.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/ede.el.gz
(cl-defmethod project-rescan ((this ede-project))
"Rescan the EDE project THIS."
(error "Rescanning a project is not supported by %s" (eieio-object-name this)))