Skip to content

Commit 6127f3d

Browse files
authored
Add Doxygen doc words to lexicon.txt (#16)
* Add Doxygen words to lexicon.txt. * Update the name of the library in the GHA.
1 parent b71a482 commit 6127f3d

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,19 +80,19 @@ jobs:
8080
with:
8181
ref: main
8282
repository: aws/aws-iot-device-sdk-embedded-C
83-
- run: rm -rf libraries/standard/retry-utils
83+
- run: rm -rf libraries/standard/backoffAlgorithm
8484
- name: Clone This Repo
8585
uses: actions/checkout@v2
8686
with:
87-
path: libraries/standard/backoff-algorithm
87+
path: libraries/standard/backoffAlgorithm
8888
- name: Install spell
8989
run: |
9090
sudo apt-get install spell
9191
sudo apt-get install util-linux
9292
- name: Check spelling
9393
run: |
9494
PATH=$PATH:$PWD/tools/spell
95-
for lexfile in `find libraries/standard/backoff-algorithm -name lexicon.txt`
95+
for lexfile in `find libraries/standard/backoffAlgorithm -name lexicon.txt`
9696
do dir=${lexfile%/lexicon.txt}
9797
echo $dir
9898
find-unknown-comment-words --directory $dir

lexicon.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,34 +9,49 @@ backoffalgorithmrngfailure
99
backoffalgorithmsuccess
1010
backoffbase
1111
br
12+
colspan
13+
copydoc
1214
com
15+
defgroup
1316
dns
1417
endif
1518
fd
19+
freertos
20+
gcc
1621
getaddrinfo
22+
github
1723
https
1824
ifndef
1925
inc
2026
ingroup
2127
iot
28+
iso
2229
longjmp
30+
mainpage
2331
maxattempts
2432
maxbackoff
2533
min
34+
misra
2635
mockrng
2736
noninfringement
37+
os
2838
param
2939
pcontext
3040
pnextbackoff
3141
pretrycontext
3242
pretryparams
3343
prng
3444
randomvalue
45+
readme
46+
rm
3547
rng
3648
sdk
3749
shouldn
3850
stderr
3951
sublicense
4052
tcp
53+
td
54+
toolchain
55+
tr
4156
trng
4257
utils

0 commit comments

Comments
 (0)