Browse Source

ucd.h: correct a parameter name in the documentation

master
Reece H. Dunn 11 years ago
parent
commit
01c4669961
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/include/ucd/ucd.h

+ 1
- 1
src/include/ucd/ucd.h View File



/** @brief Get a string representation of the script enumeration value. /** @brief Get a string representation of the script enumeration value.
* *
* @param c The value to get the string representation for.
* @param s The value to get the string representation for.
* *
* @return The string representation, or "----" if the value is not recognized. * @return The string representation, or "----" if the value is not recognized.
*/ */

Loading…
Cancel
Save