From de79f1f7a8ffda10f55c359056d3a1cd062b3999 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 10 Sep 2016 17:54:21 +0200 Subject: Hide compile time assertion from documentation --- lv2/lv2plug.in/ns/ext/atom/atom.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lv2/lv2plug.in') 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 -- cgit v1.2.1