Skip to content

Commit e6ec9f1

Browse files
authored
Fix yasnippet unknown directive warning (AndreaCrotti#488)
While loading these snippets, the following warning is emitted: Ignoring unknown directive "cotributor" in file: ...
1 parent 1080fc4 commit e6ec9f1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

snippets/cc-mode/file_description

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- mode: snippet -*-
2-
#cotributor: Henrique Jung <henriquenj@gmail.com>
2+
# contributor: Henrique Jung <henriquenj@gmail.com>
33
# name: File description
44
# key: \file
55
# group: doxygen

snippets/cc-mode/function_description

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- mode: snippet -*-
2-
#cotributor: Henrique Jung <henriquenj@gmail.com>
2+
# contributor: Henrique Jung <henriquenj@gmail.com>
33
# name: Function description
44
# key: \brief
55
# group: doxygen

snippets/cc-mode/member_description

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- mode: snippet -*-
2-
#cotributor: Henrique Jung <henriquenj@gmail.com>
2+
# contributor: Henrique Jung <henriquenj@gmail.com>
33
# name: Member description
44
# key: !<
55
# group: doxygen

0 commit comments

Comments
 (0)