rustdoc: Add rustdocs

This commit is contained in:
Brian Anderson
2012-01-17 17:44:32 -08:00
parent 5fbadd24ec
commit e23e45bc6d
10 changed files with 39 additions and 3 deletions

View File

@@ -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,