diff options
Diffstat (limited to 'src/doxy/plugins.dox')
-rw-r--r-- | src/doxy/plugins.dox | 17 |
1 files changed, 17 insertions, 0 deletions
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 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2007-2008 Xagasoft, All rights reserved. | ||
3 | * | ||
4 | * This file is part of the libbu++ library and is released under the | ||
5 | * terms of the license contained in the file LICENSE. | ||
6 | */ | ||
7 | |||
8 | /** | ||
9 | *@page howto_plugins Creating Plugins and Plugin Frameworks | ||
10 | * | ||
11 | * Libbu++ offers a simple yet safe mechanism for dealing with plugins, it | ||
12 | * allows a program to have "builtin" plugins or DLL/SO based dynamically loaded | ||
13 | * plugnis. Plugins are then referred to by name, are checked for type-safety, | ||
14 | * and are managed to avoid memory leaks. | ||
15 | * | ||
16 | *@todo Finish this page. | ||
17 | */ | ||