Add TODO list

This commit is contained in:
Pedro 2015-03-05 22:48:00 +00:00
parent 1d56d545a4
commit 2b05e9fdd7

View file

@ -33,6 +33,10 @@
\htmlinclude tidy5.cmd.txt
</pre>
\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