rustdoc: Add function signatures to the doc tree
This commit is contained in:
parent
991db34b5b
commit
2a442f9f8f
4 changed files with 30 additions and 6 deletions
|
@ -81,7 +81,7 @@ fn fndoc_from_fn(
|
|||
desc: none,
|
||||
args: argdocs_from_args(decl.inputs),
|
||||
return: none,
|
||||
ty: none
|
||||
sig: none
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue