diff --git a/Book_8h_source.html b/Book_8h_source.html index ba93bb5bf..e90f87595 100644 --- a/Book_8h_source.html +++ b/Book_8h_source.html @@ -126,7 +126,7 @@
74 static int releaseYear();
75
85 static std::string translator();
-
86
+
86
96 static std::string format();
97
98 /*
@@ -153,7 +153,6 @@
119};
120}
-
121
faker::Book
Definition Book.h:8
faker::Book::publisher
static std::string publisher()
Returns a random book publisher.
faker::Book::isbn
static std::string isbn()
Returns a random book ISBN.
diff --git a/Color_8h_source.html b/Color_8h_source.html index 7ede33442..308f4b2f9 100644 --- a/Color_8h_source.html +++ b/Color_8h_source.html @@ -133,7 +133,7 @@
106 static std::string hsb();
107
116 static std::string hsv();
-
117
+
117
126 static std::string yuv();
127};
diff --git a/Commerce_8h_source.html b/Commerce_8h_source.html index 272ed17df..08b47b171 100644 --- a/Commerce_8h_source.html +++ b/Commerce_8h_source.html @@ -146,20 +146,19 @@
186 static std::string productCategory();
187
197 static std::string productReview();
-
198
+
198
208 static double productRating();
209
219 static std::string discountType();
-
220
+
220
230 static std::string discountCode();
231
241 static double discountAmount();
242
252 static double discountPercentage();
-
253
-
254};
+
253};
-
255}
+
254}
faker::Commerce
Definition Commerce.h:8
faker::Commerce::productId
static std::string productId()
Returns a random product ID.
faker::Commerce::productName
static std::string productName()
Returns a random product short name.
diff --git a/Git_8h_source.html b/Git_8h_source.html index a8f87348a..f548a1b3c 100644 --- a/Git_8h_source.html +++ b/Git_8h_source.html @@ -135,11 +135,10 @@
73
85 static std::string commitSha(unsigned length = 40);
86
-
87
-
99 static Author author();
-
100};
+
98 static Author author();
+
99};
-
101}
+
100}
faker::Git
Definition Git.h:11
faker::Git::branch
static std::string branch(unsigned maxIssueNum=100)
Returns a random branch name.
faker::Git::commitSha
static std::string commitSha(unsigned length=40)
Returns a random SHA hash.