Remove accidentally duplicated doc text
This commit is contained in:
parent
2e7e67da97
commit
500fc0ab23
@ -10,13 +10,6 @@ namespace detail
|
||||
/*!
|
||||
@brief Default base class of the @ref basic_json class.
|
||||
|
||||
So that the correct implementation of the copy / move ctors / assign operators
|
||||
of @ref basic_json does not require complex case distinctions
|
||||
(no base class / custom base class), @ref basic_json always a base class.
|
||||
By default this class is used, since empty and thus has no effect on the
|
||||
behaviour of @ref basic_json.
|
||||
|
||||
|
||||
So that the correct implementation of the copy / move ctors / assign operators
|
||||
of @ref basic_json does not require complex case distinctions
|
||||
(no base class / custom base class used as customization point),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user