doc-mode allows easy creation and editing of JavaDoc or Doxygen comment blocks in your code. It also greatly improves readability of code by folding the blocks, so they don’t take up precious screen lines.
(add-to-list 'load-path "/path/to/doc-mode") (require 'doc-mode) (add-hook 'c-mode-common-hook 'doc-mode)
This is not the same as the AsciiDoc doc-mode, although they share the same generic name.