Tweaked comments in C code.
This commit is contained in:
parent
36f9dc11c4
commit
d27ee77082
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# Makefile for QR Code generator (C++)
|
||||
# Makefile for QR Code generator (C)
|
||||
#
|
||||
# Copyright (c) Project Nayuki
|
||||
# https://www.nayuki.io/page/qr-code-generator-library
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
/*
|
||||
* QR Code generator test suite (C)
|
||||
*
|
||||
* Compile with QRCODEGEN_TEST defined. Run this command line program with no arguments.
|
||||
* When compiling this program, the library qrcodegen.c needs QRCODEGEN_TEST
|
||||
* to be defined. Run this command line program with no arguments.
|
||||
*
|
||||
* Copyright (c) Project Nayuki
|
||||
* https://www.nayuki.io/page/qr-code-generator-library
|
||||
|
@ -24,7 +25,6 @@
|
|||
* Software.
|
||||
*/
|
||||
|
||||
|
||||
#include <assert.h>
|
||||
#include <limits.h>
|
||||
#include <stdbool.h>
|
||||
|
|
Loading…
Reference in New Issue