mirror of
https://github.com/Fennix-Project/Drivers.git
synced 2025-05-28 15:34:29 +00:00
28 lines
426 B
Plaintext
28 lines
426 B
Plaintext
{
|
|
"Header": {
|
|
"prefix": [
|
|
"head",
|
|
],
|
|
"body": [
|
|
"#ifndef __FENNIX_API_${2:header}_H__",
|
|
"#define __FENNIX_API_${2:header}_H__",
|
|
"",
|
|
"#include <types.h>",
|
|
"",
|
|
"$0",
|
|
"",
|
|
"#endif // !__FENNIX_API_${2:header}_H__",
|
|
""
|
|
],
|
|
"description": "Create header."
|
|
},
|
|
"Brief": {
|
|
"prefix": [
|
|
"brief",
|
|
],
|
|
"body": [
|
|
"/** @brief $0 */"
|
|
],
|
|
"description": "Create documentation brief."
|
|
}
|
|
} |