We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cfccb4 commit c4a17ffCopy full SHA for c4a17ff
3 files changed
generate/templates/class.cc.ejs
@@ -23,9 +23,7 @@
23
else { return '0'; }
24
}
25
-%>
26
-/**
27
- * This code is auto-generated; unless you know what you're doing, do not modify!
28
- **/
+// This is a generated file, modify: generate/templates/class.cc.ejs.
29
#include <nan.h>
30
#include <string.h>
31
generate/templates/header.h.ejs
@@ -1,7 +1,4 @@
1
2
3
4
-
+// This is a generated file, modify: generate/templates/header.h.ejs.
5
#ifndef <%- cppClassName.toUpperCase() %>_H
6
#define <%- cppClassName.toUpperCase() %>_H
7
generate/templates/nodegit.cc.ejs
@@ -1,3 +1,4 @@
+// This is a generated file, modify: generate/templates/nodegit.cc.ejs.
#include <v8.h>
#include <node.h>
0 commit comments