]> git.eshelyaron.com Git - emacs.git/commit
C++ Mode: change the default doc comment style from nothing to gtkdoc
authorAlan Mackenzie <acm@muc.de>
Sun, 30 Jun 2019 15:02:13 +0000 (15:02 +0000)
committerAlan Mackenzie <acm@muc.de>
Sun, 30 Jun 2019 15:02:13 +0000 (15:02 +0000)
commit6d529b658a9bdfde219fce53b9d37623272fa3e8
treebc5c54ca793604ec39080e57ea124e1343992d0c
parentf24d47359d9b6621215f20795d585c5024d91783
C++ Mode: change the default doc comment style from nothing to gtkdoc

Also amend a pertinent regular expression.  This fixes bug #11865.

* lisp/progmodes/cc-vars.el (c-doc-comment-style): Insert an entry for
c++-mode, namely gtkdoc.

* lisp/progmodes/cc-fonts.el (gtkdoc-font-lock-keywords): Amend the regexp
recognizing the introductory "/**" to allow subsequent characters on that
line.
lisp/progmodes/cc-fonts.el
lisp/progmodes/cc-vars.el