aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTaras Kondratiuk <taras.kondratiuk@linaro.org>2014-12-24 01:27:44 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-01-29 20:42:34 +0300
commitbcdcba2dbd52618d4ed06ef68b71194d917bbb3e (patch)
treef7a5911fe7fd79530855b67a2bfd48d32111a2e4 /doc
parentcfd6fcd934ff3220355dc6b480e4714b99a66097 (diff)
api: byteorder: move types documentation out of linux-generic
Signed-off-by: Taras Kondratiuk <taras.kondratiuk@linaro.org> Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Reviewed-by: Balasubramanian Manoharan <bala.manoharan@linaro.org> Reviewed-by: Taras Kondratiuk <taras.kondratiuk@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/doxygen.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/doxygen.cfg b/doc/doxygen.cfg
index fb21b9767..7bfd7bc9d 100644
--- a/doc/doxygen.cfg
+++ b/doc/doxygen.cfg
@@ -35,5 +35,7 @@ EXPAND_ONLY_PREDEF = YES
PREDEFINED = __GNUC__ \
__attribute__(x)= \
ODP_ALIGNED(x)= \
+ __BIG_ENDIAN_BITFIELD \
+ __LITTLE_ENDIAN_BITFIELD \
ODP_PACKED
INTERNAL_DOCS = YES