Skip to content

Commit

Permalink
Empty descriptions of some @params are filled.
Browse files Browse the repository at this point in the history
  • Loading branch information
fukuchi committed May 5, 2015
1 parent c73a6ba commit 9f7a28c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* qrenc.c:
- X Pixmap (XPM) support has been added. (closes #52)
(Thanks to @tklauser)
* qrspec.h, mqrspec.h:
* qrspec.h, mqrspec.h, qrencode.h:
- empty descriptions of some @params are filled.
* Some code cleanups.

Expand Down
8 changes: 4 additions & 4 deletions qrencode.h
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ extern void QRcode_free(QRcode *qrcode);
/**
* Create structured symbols from the input data.
* @warning This function is THREAD UNSAFE when pthread is disabled.
* @param s
* @param s input data, structured.
* @return a singly-linked list of QRcode.
*/
extern QRcode_List *QRcode_encodeInputStructured(QRinput_Struct *s);
Expand Down Expand Up @@ -539,9 +539,9 @@ extern void QRcode_List_free(QRcode_List *qrlist);

/**
* Return a string that identifies the library version.
* @param major_version
* @param minor_version
* @param micro_version
* @param major_version major version number
* @param minor_version minor version number
* @param micro_version micro version number
*/
extern void QRcode_APIVersion(int *major_version, int *minor_version, int *micro_version);

Expand Down

0 comments on commit 9f7a28c

Please sign in to comment.