From f38e4e6d97bf1691858d007afd36b1f356de4774 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Mon, 24 Nov 2014 20:06:06 -0500 Subject: /** -> /// This is considered good convention. --- src/libsyntax/ext/quote.rs | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'src/libsyntax/ext') diff --git a/src/libsyntax/ext/quote.rs b/src/libsyntax/ext/quote.rs index eaa3632cf49..e703ac21f26 100644 --- a/src/libsyntax/ext/quote.rs +++ b/src/libsyntax/ext/quote.rs @@ -17,16 +17,12 @@ use parse::token::*; use parse::token; use ptr::P; -/** -* -* Quasiquoting works via token trees. -* -* This is registered as a set of expression syntax extension called quote! -* that lifts its argument token-tree to an AST representing the -* construction of the same token tree, with token::SubstNt interpreted -* as antiquotes (splices). -* -*/ +//! Quasiquoting works via token trees. +//! +//! This is registered as a set of expression syntax extension called quote! +//! that lifts its argument token-tree to an AST representing the +//! construction of the same token tree, with token::SubstNt interpreted +//! as antiquotes (splices). pub mod rt { use ast; -- cgit 1.4.1-3-g733a5