Add TODO list
This commit is contained in:
parent
1d56d545a4
commit
2b05e9fdd7
|
@ -33,6 +33,10 @@
|
||||||
\htmlinclude tidy5.cmd.txt
|
\htmlinclude tidy5.cmd.txt
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
\page todo Todo List
|
||||||
|
|
||||||
|
\xrefitem "Todo" "Todo List"
|
||||||
|
|
||||||
\page tidylib tidylib
|
\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.
|
- \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.
|
- \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
|
\section example_hello Example
|
||||||
|
|
||||||
\include example.1.c
|
\include example.1.c
|
||||||
|
|
Loading…
Reference in a new issue