Variable: verilog-auto-endcomments
verilog-auto-endcomments is a customizable variable defined in
verilog-mode.el.gz.
Value
t
Documentation
Non-nil means insert a comment /* ... */ after ends.
The name of the function or case will be set between the braces.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/verilog-mode.el.gz
(defcustom verilog-auto-endcomments t
"Non-nil means insert a comment /* ... */ after `end's.
The name of the function or case will be set between the braces."
:group 'verilog-mode-actions
:type 'boolean)