Sam Jaffe před 1 rokem
rodič
revize
e910fbf5ce
1 změnil soubory, kde provedl 3 přidání a 2 odebrání
  1. 3 2
      include/jvalidate/schema.h

+ 3 - 2
include/jvalidate/schema.h

@@ -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