aboutsummaryrefslogtreecommitdiffstats
path: root/src/uri.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-01-25 21:41:14 +0000
committerDavid Robillard <d@drobilla.net>2011-01-25 21:41:14 +0000
commit111f9ae3232e986222a2ef41b4af0d083f4f797e (patch)
treeda691482794c2d31bdd74e763c718a5fd8b63400 /src/uri.c
parent204428cdeed5653c876c9580c0a2589b5427e6ae (diff)
downloadserd-111f9ae3232e986222a2ef41b4af0d083f4f797e.tar.gz
serd-111f9ae3232e986222a2ef41b4af0d083f4f797e.tar.bz2
serd-111f9ae3232e986222a2ef41b4af0d083f4f797e.zip
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
Diffstat (limited to 'src/uri.c')
-rw-r--r--src/uri.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/uri.c b/src/uri.c
index 53247fb2..997489ba 100644
--- a/src/uri.c
+++ b/src/uri.c
@@ -15,6 +15,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/** @file uri.c */
+
#include <assert.h>
#include <stdlib.h>
#include <string.h>