doc-comment

Write doc comments from macros.

Usage example

```Rust // Of course, we need to import thedoccomment` macro: extern crate doccomment;

// If you want to test examples in your README file. doc_comment::doctest!("../README.md");

// If you want to document an item: doccomment::doccomment!(concat!("fooo", "or not foo"), pub struct Foo {}); ````

For more information, take a look at the documentation.