Skip to content

Commit

Permalink
Add docs on public modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemo157 committed Apr 9, 2016
1 parent 014e7aa commit 3035b8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,14 @@
#![warn(missing_docs)]

/// Currently contains just a semi-private utility function to support the
/// [`attrs!`](./macro.attrs!.html) macro.
pub mod util;

#[macro_use]
mod macros;

/// Contains structs for defining attributes on elements.
pub mod attr;
mod escape;
mod token;
Expand Down

0 comments on commit 3035b8f

Please sign in to comment.