]> code.bitgloo.com Git - clyne/arabtype.git/commitdiff
api doc
authorElOraiby <wael.eloraiby@gmail.com>
Sat, 30 May 2015 20:33:26 +0000 (16:33 -0400)
committerElOraiby <wael.eloraiby@gmail.com>
Sat, 30 May 2015 20:33:26 +0000 (16:33 -0400)
arabtype.h

index 16470d93d5083a5fbfd5c0842a12bcff5fca3c3f..1e5377c28a92d2483502011f89103ecdf4bec496 100644 (file)
 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