Skip to content

Commit

Permalink
chore(docs): auto generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cbochs authored and github-actions[bot] committed Apr 25, 2024
1 parent 4519469 commit d6f4003
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions doc/grapple.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*grapple.txt* For NVIM v0.9.0 Last change: 2024 April 05
*grapple.txt* For NVIM v0.9.0 Last change: 2024 April 25

==============================================================================
Table of Contents *grapple-table-of-contents*
Expand Down Expand Up @@ -707,22 +707,6 @@ Examples ~
<


GRAPPLE.CLEAR_CACHE

Clear any cached value for a given scope.

**API**`require("grapple").clear_cache(scope)`

**scope?**`string` scope name (default: `settings.scope`)

Examples ~

>lua
-- Clear the cached value for the initial working directory scope
require("grapple").clear_cache("static")
<


TAGS *grapple-grapple.nvim-tags*

A **tag** is a persistent tag on a file path or URL. It is a means of
Expand Down

0 comments on commit d6f4003

Please sign in to comment.