dotfiles/.emacs.d/snippets/php-mode/doc-comment-oneline

8 lines
153 B
Plaintext
Raw Normal View History

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