Files
emacs/lisp/yasnippet-snippets/snippets/php-mode/doc-comment-oneline
2020-12-05 21:29:49 +01:00

8 lines
153 B
Plaintext

# -*- mode: snippet -*-
# contributor: USAMI Kenta <tadsan@zonu.me>
# name: Doc comment (one-line)
# key: *
# group: annotation
# --
/** ${1:Summary} */