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/params.dox | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/doxy/params.dox (limited to 'src/doxy/params.dox') diff --git a/src/doxy/params.dox b/src/doxy/params.dox new file mode 100644 index 0000000..1657f7b --- /dev/null +++ b/src/doxy/params.dox @@ -0,0 +1,15 @@ +/* + * 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_params Handling Command Line Parameters + * + * Libbu++ provides everything you need to cope with command line parameters + * like a pro. + * + *@todo Finish this page. + */ -- cgit v1.2.3