File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 2424
2525; ;; Code:
2626
27+ (declare-function docstr-major-modes " ext:docstr.el" )
28+
2729(defface docstr-faces-tag-face
2830 '((t (:foreground " SlateGray" )))
2931 " Highlighting for Docstring tag."
Original file line number Diff line number Diff line change 2929
3030(require 'docstr-util )
3131
32+ (declare-function docstr-form-param " ext:docstr.el" )
33+ (declare-function docstr-form-return " ext:docstr.el" )
34+
35+ (defvar docstr-default-typename )
36+ (defvar docstr-desc-param )
37+ (defvar docstr-desc-return )
38+
3239; ;
3340; ; (@* "Others" )
3441; ;
Original file line number Diff line number Diff line change 6969 (format " @param %s %s %s " docstr-key-type docstr-key-var docstr-key-desc)
7070 " Format string for parameter document string."
7171 :type 'string
72- :group 'docstr )
72+ :group 'docstr )
7373
7474(defcustom docstr-format-return
7575 (format " @return %s %s %s " docstr-key-type docstr-key-var docstr-key-desc)
You can’t perform that action at this time.
0 commit comments