Skip to content

Commit 7c8dcce

Browse files
committed
Comments for QRcode_APIVersion() has been slightly improved.
1 parent 02b0156 commit 7c8dcce

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
* configure.ac:
1616
- '--enable-mudflap' option has been deleted. (mudflap is deprecated
1717
since GCC 4.9)
18+
* qrencode.h:
19+
- Comments for QRcode_APIVersion() has been slightly improved.
1820

1921
2020.09.27 Kentaro Fukuchi <[email protected]>
2022
[develop]

qrencode.h

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -538,10 +538,11 @@ extern void QRcode_List_free(QRcode_List *qrlist);
538538
*****************************************************************************/
539539

540540
/**
541-
* Return a string that identifies the library version.
542-
* @param major_version major version number
543-
* @param minor_version minor version number
544-
* @param micro_version micro version number
541+
* Return the major.minor.micro version numbers that identifies the
542+
* library version.
543+
* @param major_version a pointer where to store the major version number
544+
* @param minor_version a pointer where to store the minor version number
545+
* @param micro_version a pointer where to store the micro version number
545546
*/
546547
extern void QRcode_APIVersion(int *major_version, int *minor_version, int *micro_version);
547548

0 commit comments

Comments
 (0)