Added snippets using and doc.
This commit is contained in:
parent
3057f85f4c
commit
491ab4bddb
9
snippets/c++-mode/doc
Normal file
9
snippets/c++-mode/doc
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
# -*- mode: snippet -*-
|
||||||
|
# name: doc
|
||||||
|
# key: doc
|
||||||
|
# --
|
||||||
|
/*!
|
||||||
|
* @brief $0
|
||||||
|
*
|
||||||
|
* @since $1
|
||||||
|
*/
|
8
snippets/c++-mode/using
Normal file
8
snippets/c++-mode/using
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# -*- mode: snippet -*-
|
||||||
|
# name: using std output streams
|
||||||
|
# key: using
|
||||||
|
# --
|
||||||
|
using std::cout;
|
||||||
|
using std::cerr;
|
||||||
|
using std::endl;
|
||||||
|
$0
|
Loading…
Reference in New Issue
Block a user