Skip to content

Commit

Permalink
chore(build): auto-generate vimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
astronvimbot committed Feb 26, 2024
1 parent c691761 commit 526e827
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
14 changes: 0 additions & 14 deletions doc/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -693,20 +693,6 @@ function astrocore.rooter.detect(bufnr?: integer, all?: boolean)

*return* `detected` — roots

### exists


```lua
function astrocore.rooter.exists(path: string)
-> exists: boolean
```

Check if a path exists

*param* `path` — the path

*return* `exists` — whether or not the path exists

### info


Expand Down
14 changes: 0 additions & 14 deletions doc/astrocore.txt
Original file line number Diff line number Diff line change
Expand Up @@ -948,20 +948,6 @@ _param_ `all` — whether to return all roots or just one
_return_ `detected` — roots


EXISTS ~

>lua
function astrocore.rooter.exists(path: string)
-> exists: boolean
<

Check if a path exists

_param_ `path` — the path

_return_ `exists` — whether or not the path exists


INFO ~

>lua
Expand Down

0 comments on commit 526e827

Please sign in to comment.