|
|
@@ -126,8 +126,9 @@ public:
|
|
|
*
|
|
|
* As such, the true signature of this class's contructor is:
|
|
|
*
|
|
|
- * Schema(Adapter | JSON [, schema::Version]
|
|
|
- * [, URIResolver & | URIResolver &&]
|
|
|
+ * Schema(Adapter| JSON
|
|
|
+ * [, schema::Version]
|
|
|
+ * [, URIResolver<A> | DocumentCache<A> &]
|
|
|
* [, ConstraintFactory<A> const &])
|
|
|
*
|
|
|
* as long as the order of arguments is preserved - the constructor will work
|