aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index c3fa4cd3..3c6feb35 100644
--- a/wscript
+++ b/wscript
@@ -135,6 +135,7 @@ def amalgamate(ctx):
for f in 'env.c node.c reader.c uri.c writer.c'.split():
fd = open('src/' + f)
+ amalgamation.write('\n/**\n * @file %s\n */\n' % f)
header = True
for l in fd:
if header: