Recovered a minimal support for Doxygen.

Removed MSGPACK_API_VERSION_NAMESPACE(v1) from doxygen build.
It seems that Doxygen cannot parse a complicated macro such as MSGPACK_API_VERSION_NAMESPACE.

Added EXTRACT_ALL=YES to Doxyfle.
Added INPUT configuration variable that is point to include directory to Doxyfile.
This commit is contained in:
Takatoshi Kondo
2015-03-31 16:08:29 +09:00
parent 6ec09053b1
commit ae5734e8d1
73 changed files with 398 additions and 4 deletions

View File

@@ -26,7 +26,9 @@
namespace msgpack {
/// @cond
MSGPACK_API_VERSION_NAMESPACE(v1) {
/// @endcond
template <typename Stream>
inline msgpack::packer<Stream>& operator<< (msgpack::packer<Stream>& o, const char* v)
@@ -71,7 +73,9 @@ inline void operator<< (object& o, char* v)
msgpack::operator<<(o, static_cast<const char*>(v));
}
/// @cond
} // MSGPACK_API_VERSION_NAMESPACE(v1)
/// @endcond
} // namespace msgpack