1
Fork 0

rustdoc: Add function signatures to the doc tree

This commit is contained in:
Brian Anderson 2012-01-19 18:09:19 -08:00
parent 991db34b5b
commit 2a442f9f8f
4 changed files with 30 additions and 6 deletions

View file

@ -81,7 +81,7 @@ fn fndoc_from_fn(
desc: none,
args: argdocs_from_args(decl.inputs),
return: none,
ty: none
sig: none
}
}