summaryrefslogtreecommitdiffstats
path: root/raul/AtomRaptor.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2006-10-16 01:58:06 +0000
committerDavid Robillard <d@drobilla.net>2006-10-16 01:58:06 +0000
commite22d5e4bfa4e5de0cba97c0e1a4ea71de9ecbe48 (patch)
tree6161c41c41e3389f6f0917da184a40c5c52a43f4 /raul/AtomRaptor.h
parente21b04fd3f33629bbd2ac9f3db4236902cab4b2b (diff)
downloadraul-e22d5e4bfa4e5de0cba97c0e1a4ea71de9ecbe48.tar.gz
raul-e22d5e4bfa4e5de0cba97c0e1a4ea71de9ecbe48.tar.bz2
raul-e22d5e4bfa4e5de0cba97c0e1a4ea71de9ecbe48.zip
Minor flowcanvas visual touchups.
Work at completing Ingen serialization (connections still aren't right). Patchage Jack command line configuration (via ~/.jackdrc) git-svn-id: http://svn.drobilla.net/lad/raul@177 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'raul/AtomRaptor.h')
-rw-r--r--raul/AtomRaptor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/raul/AtomRaptor.h b/raul/AtomRaptor.h
index ec971e7..b1f74d7 100644
--- a/raul/AtomRaptor.h
+++ b/raul/AtomRaptor.h
@@ -24,9 +24,9 @@
#define U(x) ((const unsigned char*)(x))
-/** Support for serializing an Atom to/from RDF (via redland aka librdf).
+/** Support for serializing an Atom to/from RDF (via raptor, a part of librdf).
*
- * (Here to prevent a unnecessary redland dependency for Atom).
+ * (Here to prevent a unnecessary raptor dependency for Atom).
*
* \ingroup raul
*/