Skip to content

Commit

Permalink
maint: regenerate docs
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Doster <[email protected]>
  • Loading branch information
vladdoster committed Oct 30, 2022
1 parent c3d509b commit ff59ea0
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 391 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ container:
docker build --tag=ghcr.io/zdharma-continuum/zinit:latest --file=docker/Dockerfile .

doc: clean
cd doc; zsh -d -f -i -c "zsd -v --scomm --cignore '(\\#*FUNCTION:[[:blank:]][∞\.\+\@\-a-zA-Z]*[[[*|^}.*\\#*]]]*)' $(DOC_SRC)"
cd doc; zsh -l -d -f -i -c "zsd -v --scomm --cignore '(\#*FUNCTION:[[:space:]][∞\.\+\@\-a-zA-Z0-9]*[\[]*|}[[:space:]]\#[[:space:]][\]]*)' $(DOC_SRC)"

doc/container: container
./scripts/docker-run.sh --docs --debug
Expand Down
10 changes: 0 additions & 10 deletions doc/zsdoc/zinit-additional.zsh.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ Has 1 line(s). No functions are called (may set up e.g. a hook, a Zle widget bou
____
FUNCTION: .zinit-clear-debug-report [[[
Forgets dtrace repport gathered up to this moment.
____
Expand All @@ -53,7 +52,6 @@ Called by:
____
FUNCTION: .zinit-debug-start [[[
Starts Dtrace, i.e. session tracking for changes in Zsh state.
____
Expand All @@ -73,7 +71,6 @@ Called by:
____
FUNCTION: .zinit-debug-stop [[[
Stops Dtrace (i.e., session tracking for changes in Zsh state).
____
Expand All @@ -92,7 +89,6 @@ Called by:
____
FUNCTION: .zinit-debug-unload [[[
Reverts changes detected by dtrace run.
____
Expand All @@ -113,7 +109,6 @@ Called by:
____
FUNCTION: .zinit-service [[[
Handles given service, i.e. obtains lock, runs it, or waits if no lock
$1 - type "p" or "s" (plugin or snippet)
Expand All @@ -134,11 +129,6 @@ Not called by script or any function (may be e.g. a hook, a Zle widget, etc.).
.zinit-wrap-track-functions
~~~~~~~~~~~~~~~~~~~~~~~~~~~
____
FUNCTION: .zinit-wrap-track-functions [[[
____
Has 19 line(s). Doesn't call other functions.
Uses feature(s): _eval_
Expand Down
Loading

0 comments on commit ff59ea0

Please sign in to comment.