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();