Skip to content

Commit

Permalink
Fix yasnippet unknown directive warning (AndreaCrotti#488)
Browse files Browse the repository at this point in the history
While loading these snippets, the following warning is emitted:
Ignoring unknown directive "cotributor" in file: ...
  • Loading branch information
shassard authored Feb 21, 2024
1 parent 1080fc4 commit e6ec9f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion snippets/cc-mode/file_description
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- mode: snippet -*-
#cotributor: Henrique Jung <[email protected]>
# contributor: Henrique Jung <[email protected]>
# name: File description
# key: \file
# group: doxygen
Expand Down
2 changes: 1 addition & 1 deletion snippets/cc-mode/function_description
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- mode: snippet -*-
#cotributor: Henrique Jung <[email protected]>
# contributor: Henrique Jung <[email protected]>
# name: Function description
# key: \brief
# group: doxygen
Expand Down
2 changes: 1 addition & 1 deletion snippets/cc-mode/member_description
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- mode: snippet -*-
#cotributor: Henrique Jung <[email protected]>
# contributor: Henrique Jung <[email protected]>
# name: Member description
# key: !<
# group: doxygen
Expand Down

0 comments on commit e6ec9f1

Please sign in to comment.