javadoc-font-lock-doc-comments
javadoc-font-lock-doc-comments is a variable defined in `
cc-fonts.el
'.
Its value is shown
below.
- This variable may be risky if used as a file-local variable.
Documentation:
Not documented as a variable.
Value:
(("{@[a-z]+[^}\n
]*}" 0 font-lock-constant-face prepend nil)
("^\\(/\\*\\)?\\(\\s \\|\\*\\)*\\(@[a-z]+\\)" 3 font-lock-constant-face prepend nil)
("?\\sw\\(\\sw\\|\\s \\|[=\n
*.:]\\|\"[^\"]*\"\\|'[^']*'\\)*>" 0 font-lock-constant-face prepend nil)
("&\\(\\sw\\|[.:]\\)+;" 0 font-lock-constant-face prepend nil)
(#[(limit)
"\301\302\"\207"
[limit c-find-invalid-doc-markup "[<>&]\\|{@"]
3]
0 'font-lock-warning-face prepend nil))