arnested / drupal-mode

Advanced Emacs minor mode for Drupal development
https://melpa.org/#/drupal-mode
GNU General Public License v3.0
32 stars 14 forks source link

Doxygen comments #5

Closed arnested closed 10 years ago

arnested commented 12 years ago

Support writing Doxygen comments (well the Drupal subset of it at least).

Someone somewhere must have done this already?

Look at what can be done with `c-doc-comment-style'.

arnested commented 12 years ago

Also look into fill-paragraph in comments: http://drupal.org/node/59868#comment-2476880

arnested commented 10 years ago

We already use c-doc-comment-style. It is set to javadoc and has been so since day 1.

I looked into fill-paragraph in comments and came up with something nice (with a better regexp from @xendk). That also led me to enable auto-fill-mode for comments.