From 5b72a58a2f0dc020bee2bba6b3b19d0a278dfd21 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 1 Mar 2011 21:52:54 +0000 Subject: Add @file comments to amalgamation to ease readability. git-svn-id: http://svn.drobilla.net/serd/trunk@113 490d8e77-9747-427b-9fa3-0b8f29cee8a0 --- wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'wscript') 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: -- cgit v1.2.1