rustdoc: Add argument types to the doc
This commit is contained in:
parent
f3fa7c1555
commit
6da55efa4e
3 changed files with 65 additions and 21 deletions
|
|
@ -22,7 +22,8 @@ type fndoc = ~{
|
|||
};
|
||||
|
||||
type argdoc = ~{
|
||||
name: str
|
||||
name: str,
|
||||
ty: option<str>
|
||||
};
|
||||
|
||||
type retdoc = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue