summaryrefslogtreecommitdiff
path: root/cc-mode/file_description
diff options
context:
space:
mode:
Diffstat (limited to 'cc-mode/file_description')
-rw-r--r--cc-mode/file_description13
1 files changed, 13 insertions, 0 deletions
diff --git a/cc-mode/file_description b/cc-mode/file_description
new file mode 100644
index 0000000..5b3a1ee
--- /dev/null
+++ b/cc-mode/file_description
@@ -0,0 +1,13 @@
+# -*- mode: snippet -*-
+#cotributor: Henrique Jung <henriquenj@gmail.com>
+#name: File description
+#key: \file
+#group: doxygen
+# --
+/**
+ * \file ${1:`(file-name-nondirectory(buffer-file-name))`}
+ * \brief ${2:A Documented file.}
+ ${3:*
+ * ${4:Detailed description}
+ *
+}*/