aboutsummaryrefslogtreecommitdiff
path: root/src/doxy/params.dox
diff options
context:
space:
mode:
Diffstat (limited to 'src/doxy/params.dox')
-rw-r--r--src/doxy/params.dox15
1 files changed, 15 insertions, 0 deletions
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 @@
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_params Handling Command Line Parameters
10 *
11 * Libbu++ provides everything you need to cope with command line parameters
12 * like a pro.
13 *
14 *@todo Finish this page.
15 */