Function: bovine-grammar-FUNCTION-TAG

bovine-grammar-FUNCTION-TAG is a byte-compiled function defined in grammar.el.gz.

Signature

(bovine-grammar-FUNCTION-TAG NAME TYPE ARG-LIST &rest ATTRIBUTES)

Documentation

Expand call to FUNCTION-TAG grammar macro.

Return the form to create a semantic tag of class function. See the function semantic-tag-new-function for the meaning of arguments NAME, TYPE, ARG-LIST and ATTRIBUTES.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/bovine/grammar.el.gz
(defun bovine-grammar-FUNCTION-TAG (name type arg-list &rest attributes)
  "Expand call to FUNCTION-TAG grammar macro.
Return the form to create a semantic tag of class function.
See the function `semantic-tag-new-function' for the meaning of
arguments NAME, TYPE, ARG-LIST and ATTRIBUTES."
  `(semantic-tag-new-function ,name ,type ,arg-list ,@attributes))