From dac10f4d65405405132205eef97315c6ee3c790f Mon Sep 17 00:00:00 2001 From: Deepak Jois Date: Thu, 1 Sep 2016 22:29:07 +0530 Subject: [PATCH] Markdown fixes in doc --- src/ucdn.luadoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ucdn.luadoc b/src/ucdn.luadoc index 82c04bb..85fd283 100644 --- a/src/ucdn.luadoc +++ b/src/ucdn.luadoc @@ -13,7 +13,7 @@ --- Get bidirectional class of a codepoint. -- @param code Unicode codepoint --- @return value according to ucdn.UCDN_BIDI_CLASS_* and as defined in UAX#44. +-- @return value according to ucdn.UCDN\_BIDI\_CLASS\_* and as defined in UAX#44. -- @function get_bidi_class --- Get paired bracket for a codepoint. @@ -23,7 +23,7 @@ --- Get paired bracket type for a codepoint. -- @param code Unicode codepoint --- @return value according to ucdn.UCDN_BIDI_PAIRED_BRACKET_TYPE_* and as defined in UAX#9. +-- @return value according to ucdn.UCDN\_BIDI\_PAIRED\_BRACKET\_TYPE\_* and as defined in UAX#9. -- @function paired_bracket_type --- Bidi_Class property.