diff --git a/build/documentation/tidy_docs.dox b/build/documentation/tidy_docs.dox index 5e62371..4347e6d 100644 --- a/build/documentation/tidy_docs.dox +++ b/build/documentation/tidy_docs.dox @@ -33,6 +33,10 @@ \htmlinclude tidy5.cmd.txt +\page todo Todo List + +\xrefitem "Todo" "Todo List" + \page tidylib tidylib - \b TidyLib - is easy to integrate. Because of the near universal adoption of C linkage, a C interface may be called from a great number of programming languages. @@ -45,6 +49,7 @@ - \b TidyLib - uses adaptable I/O. As part of the larger integration strategy it was decided to fully abstract all I/O. This means a (relatively) clean separation between character encoding processing and shovelling bytes back and forth. Internally, the library reads from sources and writes to sinks. This abstraction is used for both markup and configuration “files”. Concrete implementations are provided for file and memory I/O, and new sources and sinks may be provided via the public interface. + \section example_hello Example \include example.1.c