-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathCFILE.M
More file actions
25 lines (25 loc) · 720 Bytes
/
Copy pathCFILE.M
File metadata and controls
25 lines (25 loc) · 720 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{# docblock for a C language file}
{top}{newline}{up}
/**{newline}
* @file {filename}{newline}
* @brief [small explanation]{newline}
* @author Miguel I. Garcia Lopez / FloppySoftware{newline}
*{newline}
* This library implements [long explanation]{newline}
*{newline}
* Copyright (c) [year] Miguel I. Garcia Lopez / FloppySoftware{newline}
*{newline}
* Licensed under the GNU General Public License v3.{newline}
*{newline}
* http://www.floppysoftware.es{newline}
* floppysoftware@gmail.com{newline}
*{newline}
* Definitions:{newline}
* - [def]{newline}
*{newline}
* Revisions:{newline}
* - [date] : [reason]{newline}
*{newline}
*/{newline}
{top}{down}{right:11}