mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(c-Java-javadoc-paragraph-start): New variable for use in c-fill-paragraph.
This commit is contained in:
parent
f23da29ac2
commit
717d3be71d
1 changed files with 4 additions and 1 deletions
|
|
@ -27,7 +27,6 @@
|
|||
;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
;; Boston, MA 02111-1307, USA.
|
||||
|
||||
(require 'cc-defs)
|
||||
|
||||
|
||||
(require 'cc-defs)
|
||||
|
|
@ -163,6 +162,10 @@
|
|||
(defconst c-Java-defun-prompt-regexp
|
||||
"^[ \t]*\\(\\(\\(public\\|protected\\|private\\|const\\|abstract\\|synchronized\\|final\\|static\\|threadsafe\\|transient\\|native\\|volatile\\)\\s-+\\)*\\(\\(\\([[a-zA-Z][][_$.a-zA-Z0-9]*[][_$.a-zA-Z0-9]+\\|[[a-zA-Z]\\)\\s-*\\)\\s-+\\)\\)?\\(\\([[a-zA-Z][][_$.a-zA-Z0-9]*\\s-+\\)\\s-*\\)?\\([_a-zA-Z][^][ \t:;.,{}()=]*\\|\\([_$a-zA-Z][_$.a-zA-Z0-9]*\\)\\)\\s-*\\(([^);{}]*)\\)?\\([] \t]*\\)\\(\\s-*\\<throws\\>\\s-*\\(\\([_$a-zA-Z][_$.a-zA-Z0-9]*\\)[, \t\n\r\f]*\\)+\\)?\\s-*")
|
||||
|
||||
;; Regexp describing Javadoc markup that always starts paragraphs.
|
||||
(defconst c-Java-javadoc-paragraph-start
|
||||
"@\\(author\\|exception\\|param\\|return\\|see\\|version\\)")
|
||||
|
||||
|
||||
|
||||
;; internal state variables
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue