/** * \page eventspage Events * \section secevents Event Handling in EL *

Section about which events are available, description of the event handlers, their signatures, etc.

* * \subsection savedbookdoc Saved documentation from books.h *

Those are some documentation that I saved from the books.h file during the cleanup. They may get included into the documentation.

*

From \ref add_xml_image_to_page * \code * Seridia is the first continent in EL * \endcode * * The above would add an image at 50,120 (px) in the book with the width and height 120px. Furthermore it'd add the text "Seridia is the first continent in EL" to the next of the image - at least as much of the text as the wrapper allows. *

* *

From \ref add_xml_str_to_page * \code * This text will show up as normal dark-brown text... * Whilst this text will be highlighted in yellow/brown colour * And finally this text will be highlighted in a red/brown colour * \endcode * * The parser understands newlines (both unix and windows) and will automatically add a new line if such is found. * * If the UTF8Toisolat1 fails converting the text into iso-8859-1, it will log an error telling in which tag and at what line the error occured. *

* *

From \ref read_book * An example book would be the following: * * \code * * * * A small sheep * Unknown * * * * Once upon a time there was a country of milk and honey... * * * \endcode *

* *

*

*/