From 43dd122ffcdb6a0b40a56777245a870e411d439c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 7 Jan 2008 03:29:57 +0000 Subject: Raul 0.4.0. FlowCanvas 0.4.0. Patchage 0.4.0. git-svn-id: http://svn.drobilla.net/lad/raul@1028 a436a847-0d15-0410-975c-d299462d15a1 --- raul/AtomLiblo.hpp | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'raul/AtomLiblo.hpp') diff --git a/raul/AtomLiblo.hpp b/raul/AtomLiblo.hpp index 3491b3a..682026a 100644 --- a/raul/AtomLiblo.hpp +++ b/raul/AtomLiblo.hpp @@ -15,11 +15,6 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -/** @file Conversion from Raul Atom to Liblo OSC arguments and vice-versa. - * This header depends on liblo, only apps which directly depend on - * both raul and liblo should include it. - */ - #ifndef RAUL_ATOM_LIBLO_HPP #define RAUL_ATOM_LIBLO_HPP @@ -27,8 +22,14 @@ #include namespace Raul { + +/** Conversion between Raul Atoms and Liblo OSC arguments. + * This code (in header raul/AtomLiblo.hpp) depends on liblo, only apps which + * directly depend on both raul and liblo should include it. + */ namespace AtomLiblo { +/** Append a Raul Atom as a parameter to a liblo message */ inline void lo_message_add_atom(lo_message m, const Atom& atom) { @@ -54,6 +55,7 @@ lo_message_add_atom(lo_message m, const Atom& atom) } +/** Convert a liblo argument to a Raul::Atom */ inline Atom lo_arg_to_atom(char type, lo_arg* arg) { -- cgit v1.2.1