aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/cc-mode.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/misc/cc-mode.texi b/doc/misc/cc-mode.texi
index f73a7fb57cb..6db2c96f2dc 100644
--- a/doc/misc/cc-mode.texi
+++ b/doc/misc/cc-mode.texi
@@ -2140,7 +2140,10 @@ with @code{c-doc-comment-style}: Supply a variable or function
2140in @code{c-doc-comment-style}. If it's a variable, it's prepended to 2140in @code{c-doc-comment-style}. If it's a variable, it's prepended to
2141@code{font-lock-keywords}. If it's a function, it's called at mode 2141@code{font-lock-keywords}. If it's a function, it's called at mode
2142initialization and the result is prepended. For an example, see 2142initialization and the result is prepended. For an example, see
2143@code{javadoc-font-lock-keywords} in @file{cc-fonts.el}. 2143@code{javadoc-font-lock-keywords} in @file{cc-fonts.el}. It is even
2144possible, to a limited extent, to fontify constructs inside a doc
2145comment with other faces. For an example, see pike autodoc comment
2146style towards the end of @file{cc-fonts-el}.
2144 2147
2145If you add support for another doc comment style, please consider 2148If you add support for another doc comment style, please consider
2146contributing it: send a note to @email{bug-cc-mode@@gnu.org}. 2149contributing it: send a note to @email{bug-cc-mode@@gnu.org}.