Function: bovine-grammar-CODE-TAG

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

Signature

(bovine-grammar-CODE-TAG NAME DETAIL &rest ATTRIBUTES)

Documentation

Expand call to CODE-TAG grammar macro.

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

Source Code

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