Skip to content

Commit

Permalink
Improve dfun
Browse files Browse the repository at this point in the history
Made function summary end in a full stop outside the tab stop, to comply
with LDoc summary definition.
  • Loading branch information
viluon committed Aug 12, 2016
1 parent a51e762 commit f81c95d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snippets/dfun.sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<snippet>
<content><![CDATA[--- ${4:Describe what $2 does (e.g. launches a nyan cat missile)}
<content><![CDATA[--- ${4:Describe what $2 does (e.g. launches a nyan cat missile)}.
${3/([^,]+)(,\s*)?/-- @param $1 description\n/g}-- @return ${5:nil}
${1:local }function ${2:function_name}( ${3:...} )
${0:-- body}
Expand Down

0 comments on commit f81c95d

Please sign in to comment.