Page MenuHomePhabricator

Add facility to generate RPC docs
ClosedPublic

Authored by deadalnix on Jun 5 2020, 10:01.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC849a00758477: Add facility to generate RPC docs
Summary

This is a modified version of https://github.com/bitcoin-core/bitcoincore.org/tree/master/contrib/doc-gen so that it fits into our build system.

Test Plan
ninja bitcoind

Run bitcoind as a daemon

ninja doc-rpc

Verify that the RPC doc are generated properly.

ninja clean

Verify that the RPC doc are now gone.

Event Timeline

Fabien requested changes to this revision.Jun 5 2020, 13:48
Fabien added a subscriber: Fabien.
Fabien added inline comments.
doc/rpc/CMakeLists.txt
11–12

doc/rpc directory

13

Can use CMAKE_CURRENT_LIST_DIR

This revision now requires changes to proceed.Jun 5 2020, 13:48
This revision is now accepted and ready to land.Jun 5 2020, 13:55
This revision was automatically updated to reflect the committed changes.