Ignore:
Timestamp:
Mar 10, 2011, 9:10:48 PM (13 years ago)
Author:
wilsonr
Message:

Removed '@brief' comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/file/csv_file.py

    r8125 r8143  
    140140
    141141
    142 ##
    143 # @brief Store keyword params into a CSV file.
    144 # @param verbose True if this function is to be verbose.
    145 # @param kwargs Dictionary of keyword args to store.
    146 # @note If kwargs dict contains 'file_name' key, that has the output filename.
    147 #       If not, make up a filename in the output directory.
    148142def store_parameters(verbose=False, **kwargs):
    149143    """
Note: See TracChangeset for help on using the changeset viewer.