rustdoc: Add rustdocs
This commit is contained in:
parent
5fbadd24ec
commit
e23e45bc6d
10 changed files with 39 additions and 3 deletions
|
|
@ -2,8 +2,10 @@
|
|||
* Copyright 2011 Google Inc.
|
||||
*/
|
||||
|
||||
#[doc = "A single operation on the document model"]
|
||||
type pass = fn~(srv: astsrv::srv, doc: doc::cratedoc) -> doc::cratedoc;
|
||||
|
||||
#[doc = "Run a series of passes over the document"]
|
||||
fn run_passes(
|
||||
srv: astsrv::srv,
|
||||
doc: doc::cratedoc,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue