diff options
author | David Robillard <d@drobilla.net> | 2016-09-10 17:54:21 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-09-10 17:54:21 +0200 |
commit | de79f1f7a8ffda10f55c359056d3a1cd062b3999 (patch) | |
tree | 73b2efb4f5b672431581873eb10d6a63fdfe3995 /lv2/lv2plug.in/ns/ext/atom | |
parent | eab58ce7e8a143e663cc76839595a76b55392881 (diff) | |
download | lv2-de79f1f7a8ffda10f55c359056d3a1cd062b3999.tar.xz |
Hide compile time assertion from documentation
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/atom')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/atom/atom.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lv2/lv2plug.in/ns/ext/atom/atom.h b/lv2/lv2plug.in/ns/ext/atom/atom.h index b9a5a93..5547d19 100644 --- a/lv2/lv2plug.in/ns/ext/atom/atom.h +++ b/lv2/lv2plug.in/ns/ext/atom/atom.h @@ -70,9 +70,11 @@ extern "C" { #endif +/** @cond */ /** This expression will fail to compile if double does not fit in 64 bits. */ typedef char lv2_atom_assert_double_fits_in_64_bits[ ((sizeof(double) <= sizeof(uint64_t)) * 2) - 1]; +/** @endcond */ /** Return a pointer to the contents of an Atom. The "contents" of an atom |