Commit db911401 authored by Niels's avatar Niels

clean up

parent 429d2099
...@@ -24,10 +24,6 @@ ...@@ -24,10 +24,6 @@
#include <utility> #include <utility>
#include <vector> #include <vector>
/*
- ObjectType trick from http://stackoverflow.com/a/9860911
*/
/*! /*!
@see https://github.com/nlohmann @see https://github.com/nlohmann
*/ */
...@@ -52,6 +48,8 @@ namespace nlohmann ...@@ -52,6 +48,8 @@ namespace nlohmann
@tparam Allocator type of the allocator to use @tparam Allocator type of the allocator to use
(@c std::allocator by default) (@c std::allocator by default)
@note ObjectType trick from http://stackoverflow.com/a/9860911
@see RFC 7159 <http://rfc7159.net/rfc7159> @see RFC 7159 <http://rfc7159.net/rfc7159>
@see ECMA 404 <http://www.ecma-international.org/publications/standards/Ecma-404.htm> @see ECMA 404 <http://www.ecma-international.org/publications/standards/Ecma-404.htm>
*/ */
......
...@@ -24,10 +24,6 @@ ...@@ -24,10 +24,6 @@
#include <utility> #include <utility>
#include <vector> #include <vector>
/*
- ObjectType trick from http://stackoverflow.com/a/9860911
*/
/*! /*!
@see https://github.com/nlohmann @see https://github.com/nlohmann
*/ */
...@@ -52,6 +48,8 @@ namespace nlohmann ...@@ -52,6 +48,8 @@ namespace nlohmann
@tparam Allocator type of the allocator to use @tparam Allocator type of the allocator to use
(@c std::allocator by default) (@c std::allocator by default)
@note ObjectType trick from http://stackoverflow.com/a/9860911
@see RFC 7159 <http://rfc7159.net/rfc7159> @see RFC 7159 <http://rfc7159.net/rfc7159>
@see ECMA 404 <http://www.ecma-international.org/publications/standards/Ecma-404.htm> @see ECMA 404 <http://www.ecma-international.org/publications/standards/Ecma-404.htm>
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment