Function: semantic-decoration-unparsed-include-parse-include

semantic-decoration-unparsed-include-parse-include is an interactive and byte-compiled function defined in include.el.gz.

Signature

(semantic-decoration-unparsed-include-parse-include)

Documentation

Parse the include file the user menu-selected from.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/decorate/include.el.gz
(defun semantic-decoration-unparsed-include-parse-include ()
  "Parse the include file the user menu-selected from."
  (interactive)
  (let* ((file (semantic-dependency-tag-file (semantic-current-tag))))
    (semanticdb-file-table-object file)
    (semantic-decoration-unparsed-include-do-reset)))