diff options
author | David Robillard <d@drobilla.net> | 2008-10-02 05:16:25 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-10-02 05:16:25 +0000 |
commit | 38761ec2b70605e7ad126691075a448a357db912 (patch) | |
tree | 03b22c7a14fecbe3509f996ec486c6b58515fc7c /src/serialisation | |
parent | 0da0c8f334f441261e8e113c583413a9d9122248 (diff) | |
download | ingen-38761ec2b70605e7ad126691075a448a357db912.tar.gz ingen-38761ec2b70605e7ad126691075a448a357db912.tar.bz2 ingen-38761ec2b70605e7ad126691075a448a357db912.zip |
Make --build-docs at configure time trigger documentation building at build time.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1589 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/serialisation')
-rw-r--r-- | src/serialisation/Parser.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/serialisation/Parser.cpp b/src/serialisation/Parser.cpp index aed49a38..3eae4814 100644 --- a/src/serialisation/Parser.cpp +++ b/src/serialisation/Parser.cpp @@ -52,9 +52,6 @@ Parser::uri_relative_to_base(Glib::ustring base, const Glib::ustring uri) /** Parse a patch from RDF into a CommonInterface (engine or client). - * - * @param document_uri URI of file to load objects from. - * @param parent Path of parent under which to load objects. * @return whether or not load was successful. */ bool |