Index: /issm/trunk/src/dox/issm.dox
===================================================================
--- /issm/trunk/src/dox/issm.dox	(revision 9333)
+++ /issm/trunk/src/dox/issm.dox	(revision 9333)
@@ -0,0 +1,12 @@
+
+/** 
+  \mainpage ISSM C/C++ Source Code Browser
+
+  This searchable \e Browser shows the C++ class (object) structure of
+  ISSM, the <a href="http://issm.jpl.nasa.gov">Ice Sheet System Model</a>.  It
+  shows all the classes, inheritance structure, source files,
+  and class members (variables and methods) in the ISSM source code.
+  It was automatically generated by <a href="http://www.doxygen.org/">doxygen</a>
+  from comments in the ISSM source code. 
+*/
+
Index: /issm/trunk/src/perl/m2cpp.pl
===================================================================
--- /issm/trunk/src/perl/m2cpp.pl	(revision 9332)
+++ /issm/trunk/src/perl/m2cpp.pl	(revision 9333)
@@ -43,4 +43,7 @@
 
   while (<$in>){
+	  #if (/(^\s*)(%)(.*)/){
+	  #  $output=$output."$1/// \@brief $3";
+	  #}
     if (/(^\s*)(%>)(.*)/){
       $output=$output."$1///$3";
