README 348 B

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