From 2a49987a29270e14b5a9396b0ab3b7b4588770c3 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 28 Apr 2008 23:01:03 +0000 Subject: Apparently there were a number of things that weren't strict ISO C++, the new version of gcc complained about them, none of these changes will break backward compatibility, so I fixed them. I added more docs too, it seems. --- src/doxy/taf.dox | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/doxy/taf.dox (limited to 'src/doxy/taf.dox') diff --git a/src/doxy/taf.dox b/src/doxy/taf.dox new file mode 100644 index 0000000..c5befb6 --- /dev/null +++ b/src/doxy/taf.dox @@ -0,0 +1,16 @@ +/* + * Copyright (C) 2007-2008 Xagasoft, All rights reserved. + * + * This file is part of the libbu++ library and is released under the + * terms of the license contained in the file LICENSE. + */ + +/** + *@page howto_taf Using the Textual Archive Format + * + * Libbu++ provides support for TAF, the Textual Archive Format, a very simple + * grouped key/value pair format with the ability to support trees of data. + * It's like XML-Light. + * + *@todo Finish this page. + */ -- cgit v1.2.3