Added and updated code comments for members (mostly) and within functions (a few), in all languages.

This commit is contained in:
Nayuki Minase
2016-04-20 20:27:41 +00:00
parent 1df147943e
commit be316029aa
5 changed files with 39 additions and 25 deletions
+1
View File
@@ -38,6 +38,7 @@ static void printQr(const qrcodegen::QrCode &qr);
// The main application program.
int main(int argc, char **argv) {
doBasicDemo();
doVarietyDemo();