summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore/docs/make-bytecode-docs.pl
diff options
context:
space:
mode:
Diffstat (limited to 'JavaScriptCore/docs/make-bytecode-docs.pl')
-rwxr-xr-xJavaScriptCore/docs/make-bytecode-docs.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/JavaScriptCore/docs/make-bytecode-docs.pl b/JavaScriptCore/docs/make-bytecode-docs.pl
index 9494d1b..5a95195 100755
--- a/JavaScriptCore/docs/make-bytecode-docs.pl
+++ b/JavaScriptCore/docs/make-bytecode-docs.pl
@@ -7,6 +7,7 @@ open OUTPUT, ">" . $ARGV[1];
my @undocumented = ();
+print OUTPUT "<!-- Generated from Interpreter.cpp by make-bytecode-docs.pl. -->\n";
print OUTPUT "<style>p code \{ font-size: 14px; \}</style>\n";
while (<MACHINE>) {