mirror of https://github.com/bitcoin/bitcoin.git
kernel: Add Purpose section to header documentation
This commit is contained in:
parent
2db540a173
commit
1db7bde6d2
|
@ -48,6 +48,14 @@ extern "C" {
|
||||||
/**
|
/**
|
||||||
* @page remarks Remarks
|
* @page remarks Remarks
|
||||||
*
|
*
|
||||||
|
* @section purpose Purpose
|
||||||
|
*
|
||||||
|
* This header currently exposes an API for interacting with parts of Bitcoin
|
||||||
|
* Core's consensus code. Users can validate blocks, iterate the block index,
|
||||||
|
* read block und undo data from disk, and validate scripts. The header is
|
||||||
|
* unversioned and not stable yet. Users should expect breaking changes. It is
|
||||||
|
* also not yet included in releases of Bitcoin Core.
|
||||||
|
*
|
||||||
* @section context Context
|
* @section context Context
|
||||||
*
|
*
|
||||||
* The library provides a built-in static constant kernel context. This static
|
* The library provides a built-in static constant kernel context. This static
|
||||||
|
|
Loading…
Reference in New Issue