We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3bd7f4 commit 208eaf5Copy full SHA for 208eaf5
docstr.el
@@ -6,7 +6,7 @@
6
;; Author: Shen, Jen-Chieh <[email protected]>
7
;; Description: A document string minor mode.
8
;; Keyword: document string
9
-;; Version: 5.2.4
+;; Version: 5.2.5
10
;; Package-Requires: ((emacs "24.4") (s "1.9.0"))
11
;; URL: https://github.com/jcs-elpa/docstr
12
@@ -69,7 +69,7 @@
69
(format "@param %s %s %s" docstr-key-type docstr-key-var docstr-key-desc)
70
"Format string for parameter document string."
71
:type 'string
72
- :group 'docstr)
+ :group 'docstr)
73
74
(defcustom docstr-format-return
75
(format "@return %s %s %s" docstr-key-type docstr-key-var docstr-key-desc)
0 commit comments