Parcourir la source

docs: indenting

Sam Jaffe il y a 1 an
Parent
commit
e910fbf5ce
1 fichiers modifiés avec 3 ajouts et 2 suppressions
  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