mirror of
https://github.com/seigler/dash-docs
synced 2025-07-26 17:26:12 +00:00
Naming consistency
This commit is contained in:
parent
fb1e138712
commit
c1092a9889
3 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -223,7 +223,7 @@ check-for-missing-rpc-summaries:
|
|||
## Make sure the Quick Reference section has a summary for each RPC we
|
||||
## have documented
|
||||
$S for f in _includes/devdoc/bitcoin-core/rpcs/rpcs/*.md ;\
|
||||
do grep -q "\[$$( grep '^##### ' $$f | sed 's/^##### *\([a-zA-Z]*\).*/\1/')\]\[" _includes/devdoc/bitcoin-core/rpcs/quick-ref.md \
|
||||
do grep -q "\[$$( grep '^##### ' $$f | sed 's/^##### *\([a-zA-Z]*\).*/\1/')\]\[" _includes/devdoc/bitcoin-core/rpcs/quick-reference.md \
|
||||
|| echo 'missing summary for '$$f', you need to add the summary to _includes/devdoc/bitcoin-core/rpcs/quick-ref.md and run make manual-updates' \
|
||||
; done | eval $(ERROR_ON_OUTPUT)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue