Function: ebrowse-view-member-declaration

ebrowse-view-member-declaration is an interactive and byte-compiled function defined in ebrowse.el.gz.

Signature

(ebrowse-view-member-declaration PREFIX)

Documentation

View the file containing a member's declaration.

With PREFIX 4. find file in another window, with prefix 5 find file in another frame.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/ebrowse.el.gz
(defun ebrowse-view-member-declaration (prefix)
  "View the file containing a member's declaration.
With PREFIX 4. find file in another window, with prefix 5
find file in another frame."
  (interactive "p")
  (ebrowse-view/find-member-declaration/definition prefix t))