Added macro for easier usage

Updated docs
Added option to add seperator to the output
This commit is contained in:
Uttarayan Mondal
2021-03-08 18:40:51 +05:30
parent 64ceb37e43
commit 3dec2ba0d7
72 changed files with 1994 additions and 318 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
var searchIndex = JSON.parse('{\
"ntext":{"doc":"","i":[[5,"digit_to_text","ntext","Convert digit to text.",null,[[["u8",15]],[["option",4],["string",3]]]],[5,"to_text","","Convert u32 to words in a string.",null,[[["u32",15]],["string",3]]]],"p":[]}\
"ntext":{"doc":"","i":[[5,"to_text_no_seperator","ntext","Convert u32 to words in a string.",null,[[["u32",15]],["string",3]]],[5,"to_text_with_seperator","","Convert u32 to words in a string seperated by a seperator.",null,[[["u32",15],["str",15]],["string",3]]],[5,"digit_to_text","","",null,[[["u8",15]],[["option",4],["string",3]]]],[14,"to_text","","Macro which supports both seperator and without it",null,null]],"p":[]}\
}');
addSearchOptions(searchIndex);initSearch(searchIndex);