From 2b05e9fdd7d1c2e9d12f04717a1a7e3071832707 Mon Sep 17 00:00:00 2001 From: Pedro Date: Thu, 5 Mar 2015 22:48:00 +0000 Subject: [PATCH] Add TODO list --- build/documentation/tidy_docs.dox | 5 +++++ 1 file changed, 5 insertions(+) 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