Ignore:
Timestamp:
Mar 11, 2011, 7:23:24 PM (14 years ago)
Author:
wilsonr
Message:

Removed '@brief' comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/test_all.py

    r8129 r8150  
    2828
    2929
    30 ##
    31 # @brief List a string sequence on the screen in columns.
    32 # @param names Sequence of strings to list.
    33 # @param func Function to apply to each string in sequence.
    34 # @param col_width Force columns to this width (default calculated).
    35 # @param page_width Set displayable page width to this (default 132).
    3630def list_names(names, func=None, col_width=None, page_width=None):
    3731    # set defaults
     
    176170
    177171
    178 ##
    179 # @brief Check that the environment is sane.
    180 # @note Stops here if there is an error.
    181172def check_anuga_import():
    182173    try:
Note: See TracChangeset for help on using the changeset viewer.