 /**
 * @page ToolsIvInfo ivInfo tool
 *
 * @B ivInfo @b prints information about an Open Inventor files.
 *
 * @H3 SYNOPSIS: @h3
 *    @B ivInfo [-h] [file] @b
 *
 * @H3 DESCRIPTION: @h3
 * @B ivInfo @b prints (to standard output) information about the named file. 
 * (If no input file is given, ivinfo reads from the standard input.) The information 
 * includes whether the file is in ASCII or binary format, and, for each scene graph in 
 * the file, the number of nodes in the graph and the contents of any SoInfo nodes 
 * contained in it.
 *
 * @H3 USAGE: @h3
 * The following command line options are allowed:
 *
 * @TABLE_1B
 * @TR -h     	@TD	Print the usage message.
 * @TABLE_END
 *
 * @H3 EXAMPLES @h3
 *
 * To get information from Open Inventor file:
 * @code
 *   ivInfo scenegraphfile.iv
 * @endcode
 *
 *
 * @FILE_LIST
 * @UL
 * @LI tools/source/ivInfo/ivInfo.cxx      @li
 * @LI tools/source/ivInfo/getopt/getopt.c @li
 * @LI tools/source/ivInfo/getopt/getopt.h @li
 * @ul
 *
 */
