Emacs-D-Mode-Maintainers / Emacs-D-Mode

An Emacs mode for D code.
GNU General Public License v3.0
84 stars 21 forks source link

new doc-comment style that recognizes /*!, //!, ///, /++, and /+! prefixes #36

Closed dmakarov closed 9 years ago

dmakarov commented 9 years ago

This adds new doc-comment style that works for D specific comments /+ +/ and "/+!", as well as doxygen style comments "/*!", "//!". It can be enabled by adding (d-mode . doxygen) to the list of values in the variable c-doc-comment-style.

The second commit is a minor fix of the URL to the D website.

russel commented 9 years ago

@dmakarov Thanks for submitting this.