Skip to content

Commit

Permalink
chore: Closing backticks missing from luadocs
Browse files Browse the repository at this point in the history
Cleanup of #3181, #630
  • Loading branch information
pfeerick committed Feb 20, 2023
1 parent 97c57cf commit fd684d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions radio/src/lua/api_filesystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ static int dir_iter(lua_State* L)
for fname in dir(".") do
print(fname)
end
```
*/
int luaDir(lua_State* L)
{
Expand Down Expand Up @@ -116,7 +116,7 @@ int luaDir(lua_State* L)
size = info.size
time = info.time
end
```
@status current Introduced in 2.5.0
*/
Expand Down Expand Up @@ -166,7 +166,7 @@ int luaFstat(lua_State* L)
else
-- failed to delete file
end
```
*/
int luaDelete(lua_State* L)
{
Expand Down

0 comments on commit fd684d4

Please sign in to comment.