From 111f9ae3232e986222a2ef41b4af0d083f4f797e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 25 Jan 2011 21:41:14 +0000 Subject: Add `amalgamate' waf target for building single source file distribution. git-svn-id: http://svn.drobilla.net/serd/trunk@78 490d8e77-9747-427b-9fa3-0b8f29cee8a0 --- src/node.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/node.c') diff --git a/src/node.c b/src/node.c index 01904375..0b306489 100644 --- a/src/node.c +++ b/src/node.c @@ -15,6 +15,8 @@ * along with this program. If not, see . */ +/** @file node.c */ + #include #include -- cgit v1.2.1