Skip to content

Commit

Permalink
Markdown fixes in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakjois committed Sep 1, 2016
1 parent 6449692 commit dac10f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ucdn.luadoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit dac10f4

Please sign in to comment.