libsyntax: deny warnings in doctests

This commit is contained in:
Kevin Butler
2015-11-03 16:34:11 +00:00
parent a17f81b4b7
commit d64e551248
7 changed files with 25 additions and 18 deletions

View File

@@ -11,8 +11,10 @@
//! This pretty-printer is a direct reimplementation of Philip Karlton's
//! Mesa pretty-printer, as described in appendix A of
//!
//! STAN-CS-79-770: "Pretty Printing", by Derek C. Oppen.
//! Stanford Department of Computer Science, 1979.
//! ````ignore
//! STAN-CS-79-770: "Pretty Printing", by Derek C. Oppen.
//! Stanford Department of Computer Science, 1979.
//! ````
//!
//! The algorithm's aim is to break a stream into as few lines as possible
//! while respecting the indentation-consistency requirements of the enclosing