doc: include delnetworkevent in generated documentation, and grpc.

Also added missing "added" annotation.  This meant that I had to manually
change contrib/msggen/msggen/patch.py to insert that added notation where it
was missing from .msggen.json.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Changelog-None: introduced this release.
This commit is contained in:
Rusty Russell
2025-11-21 14:28:49 +10:30
parent b4ef5d9a8e
commit ea0b8040c2
13 changed files with 208 additions and 36 deletions

View File

@@ -47,6 +47,7 @@ MARKDOWNPAGES := doc/addgossip.7 \
doc/deldatastore.7 \
doc/delforward.7 \
doc/delinvoice.7 \
doc/delnetworkevent.7 \
doc/delpay.7 \
doc/deprecations.7 \
doc/dev-forget-channel.7 \

View File

@@ -55,6 +55,7 @@ Core Lightning Documentation
deldatastore <deldatastore.7.md>
delforward <delforward.7.md>
delinvoice <delinvoice.7.md>
delnetworkevent <delnetworkevent.7.md>
delpay <delpay.7.md>
deprecations <deprecations.7.md>
dev-forget-channel <dev-forget-channel.7.md>

View File

@@ -3,6 +3,7 @@
"type": "object",
"rpc": "delnetworkevent",
"title": "Command for removing a listnetworkevents entry",
"added": "v25.12",
"description": [
"The **delnetworkevent** RPC command removes a single event from **listnetworkevents**, using the uniquely-identifying *created_index*.",
"",