-
Notifications
You must be signed in to change notification settings - Fork 131
/
Copy pathhunspell.yaml
59 lines (59 loc) · 1.5 KB
/
hunspell.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
"functions":
- "name": "_ZN12HunspellImpl7suggestEPPPcPKc"
"params":
- "name": "this"
"type": "bool "
- "name": "slst"
"type": "bool "
- "name": "word"
"type": "bool "
"return_type": "int"
"signature": "int HunspellImpl::suggest(char ***, const char *)"
- "name": "Hunspell_suggest"
"params":
- "name": "pHunspell"
"type": "bool "
- "name": "slst"
"type": "bool "
- "name": "word"
"type": "bool "
"return_type": "int"
"signature": "int Hunspell_suggest(Hunhandle *, char ***, const char *)"
- "name": "Hunspell_generate"
"params":
- "name": "pHunspell"
"type": "bool "
- "name": "slst"
"type": "bool "
- "name": "word"
"type": "bool "
- "name": "pattern"
"type": "bool "
"return_type": "int"
"signature": "int Hunspell_generate(Hunhandle *, char ***, const char *, const char *)"
- "name": "_ZN8Hunspell7suggestEPPPcPKc"
"params":
- "name": "this"
"type": "bool "
- "name": "slst"
"type": "bool "
- "name": "word"
"type": "bool "
"return_type": "int"
"signature": "int Hunspell::suggest(char ***, const char *)"
- "name": "Hunspell_stem2"
"params":
- "name": "pHunspell"
"type": "bool "
- "name": "slst"
"type": "bool "
- "name": "desc"
"type": "bool "
- "name": "n"
"type": "int"
"return_type": "int"
"signature": "int Hunspell_stem2(Hunhandle *, char ***, char **, int)"
"language": "c++"
"project": "hunspell"
"target_name": "affdicfuzzer"
"target_path": "/src/hunspell/src/tools/affdicfuzzer.cxx"