1/**
2\defgroup clish "CLI Shell" Library
3@{
4
5This library provides the core functionality for a shell to implement a
6CISCO-like user interface. The look and feel is fully defined by a set of XML
7files which are loaded when the shell starts up.
8
9The schema for these XML files can be found in
10http://clish.sourceforge.net/XMLSchema/clish.xsd
11
12@}
13*/