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/plugins.dox | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/doxy/plugins.dox (limited to 'src/doxy/plugins.dox') diff --git a/src/doxy/plugins.dox b/src/doxy/plugins.dox new file mode 100644 index 0000000..36bcc5a --- /dev/null +++ b/src/doxy/plugins.dox @@ -0,0 +1,17 @@ +/* + * 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_plugins Creating Plugins and Plugin Frameworks + * + * Libbu++ offers a simple yet safe mechanism for dealing with plugins, it + * allows a program to have "builtin" plugins or DLL/SO based dynamically loaded + * plugnis. Plugins are then referred to by name, are checked for type-safety, + * and are managed to avoid memory leaks. + * + *@todo Finish this page. + */ -- cgit v1.2.3