Index: /trunk/src/ListDir.m
===================================================================
--- /trunk/src/ListDir.m	(revision 811)
+++ /trunk/src/ListDir.m	(revision 812)
@@ -5,15 +5,15 @@
 % 
 % OUTPUT:
-% ListDevices: list of Devices 
-% ListRecords: list of records
-% ListXml: list of xml file names
-% List: structure representing the tree structure
+%  ListDevices: list of Devices 
+%  ListRecords: list of records
+%  ListXml: list of xml file names
+%  List: structure representing the tree structure
 %
-%INPUT
-% CurrentPath: full name (including path) to the input campaign (or subcampaign), we assume that
+% INPUT:
+%  CurrentPath: full name (including path) to the input campaign (or subcampaign), we assume that
 %          data are organised as (sub)campaign/Experiment/Device/(Record/)/file .xml
-% ListExperiments: list of experiments to scan (cell of names)
-% ListDevices_in: list of devices to scan (cell of names)
-% ListRecords_in: list of records to scan (cell of names)
+%  ListExperiments: list of experiments to scan (cell of names)
+%  ListDevices_in: list of devices to scan (cell of names)
+%  ListRecords_in: list of records to scan (cell of names)
 
 %=======================================================================
Index: /trunk/src/set_field_list.m
===================================================================
--- /trunk/src/set_field_list.m	(revision 811)
+++ /trunk/src/set_field_list.m	(revision 812)
@@ -4,15 +4,15 @@
 %
 % OUTPUT:
-% FieldList: list (cell column) of the fields to propose in the menu FieldName
-% VecColorList: list (cell column) of the fields to propose in the menu for vector color
+%  FieldList: list (cell column) of the fields to propose in the menu FieldName
+%  VecColorList: list (cell column) of the fields to propose in the menu for vector color
 %
 % INPUT:
-% UName: name of the x vector component
-% VName: name of the y vector component
-% CName: name of an additional scalar for color
+%  UName: name of the x vector component
+%  VName: name of the y vector component
+%  CName: name of an additional scalar for color
 %
-% FUNCTION related
-% varname_generator.m: determines the field names to read in the netcdf
-% file, depending on the scalar
+% RELATED FUNCTIONS:
+%  varname_generator.m: determines the field names to read in the netcdf
+%  file, depending on the scalar
 
 %=======================================================================
Index: /trunk/src/uvmat.m
===================================================================
--- /trunk/src/uvmat.m	(revision 811)
+++ /trunk/src/uvmat.m	(revision 812)
@@ -3,12 +3,11 @@
 % function huvmat=uvmat(input)
 %
-%OUTPUT
-% huvmat=current handles of the GUI uvmat.fig
-%%
+% OUTPUT
+%  huvmat=current handles of the GUI uvmat.fig
 %
-%INPUT:
-% input: input file name (if character chain), or input image matrix to
-% visualize, or Matlab structure representing  netcdf fieldname (with fieldname
-% ListVarName....)
+% INPUT:
+%  input: input file name (if character chain), or input image matrix to
+%  visualize, or Matlab structure representing  netcdf fieldname (with fieldname
+%  ListVarName....)
 
 %=======================================================================
