Variable: vhdl-include-type-comments
vhdl-include-type-comments is a customizable variable defined in
vhdl-mode.el.gz.
Value
nil
Documentation
Non-nil means include generic/port type in instantiations as comments.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defcustom vhdl-include-type-comments nil
"Non-nil means include generic/port type in instantiations as comments."
:type 'boolean
:group 'vhdl-port)