Variable: semantic-ignore-comments
semantic-ignore-comments is a buffer-local variable defined in
lex.el.gz.
This variable is obsolete since 28.1.
Documentation
Default comment handling.
The value t means to strip comments when flexing; nil means to keep comments as part of the token stream.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/lex.el.gz
(defvar-local semantic-ignore-comments t
"Default comment handling.
The value t means to strip comments when flexing; nil means
to keep comments as part of the token stream.")