diff options
author | ElOraiby <wael.eloraiby@gmail.com> | 2015-05-30 16:33:26 -0400 |
---|---|---|
committer | ElOraiby <wael.eloraiby@gmail.com> | 2015-05-30 16:33:26 -0400 |
commit | 49cbdb57df769e19fa0d75a9b6c1569ef2fe6849 (patch) | |
tree | 087e16fbe206024200b2f650081c615b323d02e2 | |
parent | 7f9925e26734a35555b07dfff327714dd094f18a (diff) |
api doc
-rw-r--r-- | arabtype.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -23,6 +23,13 @@ extern "C" { #endif // __cplusplus +/** + * @brief get_presentation_form_b + * @param prev previous character + * @param next next character + * @param cp the current character + * @return 0 ignore the code point, the transformed code point otherise + */ uint32_t get_presentation_form_b(uint32_t prev, uint32_t next, uint32_t cp); #ifdef __cplusplus |