From 3e28c5ff8fc1f741795a41b316f7c6817f4a56b7 Mon Sep 17 00:00:00 2001 From: Niels Date: Sun, 21 Jun 2015 11:35:54 +0200 Subject: [PATCH] commit to trigger build --- src/json.hpp | 4 +++- src/json.hpp.re2c | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/json.hpp b/src/json.hpp index 175965b7..0c81b53f 100644 --- a/src/json.hpp +++ b/src/json.hpp @@ -155,7 +155,9 @@ class basic_json /// @} - /// returns the allocator associated with the container + /*! + @brief returns the allocator associated with the container + */ static allocator_type get_allocator() { return allocator_type(); diff --git a/src/json.hpp.re2c b/src/json.hpp.re2c index 7659abcb..73a206eb 100644 --- a/src/json.hpp.re2c +++ b/src/json.hpp.re2c @@ -155,7 +155,9 @@ class basic_json /// @} - /// returns the allocator associated with the container + /*! + @brief returns the allocator associated with the container + */ static allocator_type get_allocator() { return allocator_type();