diff --git a/src/lib/lib.rs b/src/lib/lib.rs index 2895500..fc03c79 100644 --- a/src/lib/lib.rs +++ b/src/lib/lib.rs @@ -25,8 +25,9 @@ //! The central structure of Crowbook is `Book`, who coordinates everything. //! //! Its roles are: +//! //! * reading a book configuration file and setting the book options accordingly -//! * giving the chapters (written in Markdown) listed in this configuration file +//! * reading the chapters (written in Markdown) listed in this configuration file //! to `Parser`, get back an AST and store it in memory //! * call `HtmlRenderer`, `EpubRenderer`, `LatexRenderer` and/or `OdtRenderer` //! according to the book's parameters and generate the appopriate files.