[docs] Various fixes to the docs

This commit is contained in:
Alekos Filini
2020-12-10 11:38:42 +01:00
parent a1db9f633b
commit 9bafdfe2d4
5 changed files with 14 additions and 6 deletions

View File

@@ -201,7 +201,8 @@ macro_rules! impl_sortedmulti {
/// Macro to write full descriptors with code
///
/// This macro expands to an object of type `Result<(Descriptor<DescriptorPublicKey>, KeyMap, ValidNetworks), Error>`.
/// This macro expands to a `Result` of
/// [`DescriptorTemplateOut`](super::template::DescriptorTemplateOut) and [`Error`](crate::Error)
///
/// ## Example
///