Variable: verilog-exclude-str-end
verilog-exclude-str-end is a variable defined in verilog-mode.el.gz.
Value
" -----/\\----- EXCLUDED -----/\\----- */"
Documentation
String used to mark end of excluded text.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/verilog-mode.el.gz
(defconst verilog-exclude-str-end " -----/\\----- EXCLUDED -----/\\----- */"
"String used to mark end of excluded text.")