1//// 2Copyright 2019 Glen Joseph Fernandes 3([email protected]) 4 5Distributed under the Boost Software License, Version 1.0. 6(http://www.boost.org/LICENSE_1_0.txt) 7//// 8 9# Boost.Endian: The Boost Endian Library 10Beman Dawes 11:toc: left 12:toclevels: 2 13:idprefix: 14:listing-caption: Code Example 15:docinfo: private-footer 16 17:leveloffset: +1 18 19include::endian/overview.adoc[] 20include::endian/changelog.adoc[] 21include::endian/choosing_approach.adoc[] 22include::endian/conversion.adoc[] 23include::endian/buffers.adoc[] 24include::endian/arithmetic.adoc[] 25include::endian/history.adoc[] 26 27:leveloffset: -1 28 29[appendix] 30## Copyright and License 31 32This documentation is 33 34* Copyright 2011-2016 Beman Dawes 35* Copyright 2019 Peter Dimov 36 37and is distributed under the http://www.boost.org/LICENSE_1_0.txt[Boost Software License, Version 1.0]. 38