From: Michal Nazarewicz Date: Sun, 3 May 2020 15:12:05 +0000 (+0100) Subject: cc-mode: document Doxygen ‘c-doc-comment-style’ (bug#40877) X-Git-Tag: emacs-28.0.90~7449 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=22bff6e87b5f1e0d11f582e0639ca44d3d229f47;p=emacs.git cc-mode: document Doxygen ‘c-doc-comment-style’ (bug#40877) * doc/misc/cc-mode.texi (Documentation Comments): mention Doxygen markup. --- diff --git a/doc/misc/cc-mode.texi b/doc/misc/cc-mode.texi index f99a890670f..f9c9f5e1830 100644 --- a/doc/misc/cc-mode.texi +++ b/doc/misc/cc-mode.texi @@ -2132,6 +2132,11 @@ For Pike autodoc markup, the standard in Pike. @item gtkdoc @cindex GtkDoc markup For GtkDoc markup, widely used in the Gnome community. + +@item doxygen +@cindex Doxygen markup +For Doxygen markup, which can be used with C, C++, Java and variety of +other languages. @end table The above is by no means complete. If you'd like to see support for