Changeset d236a6 in git for templates


Ignore:
Timestamp:
May 19, 2010, 9:48:29 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
51d8358d00637f692154a3219232867ffa3890a0
Parents:
bcfa2000ff3ca226cf5d9db48e56d15b0857ffa3
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2010-05-19 21:48:29+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:52:58+01:00
Message:
Experiments with in-line descriptions for params :(
Location:
templates
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • templates/template.h

    rbcfa20 rd236a6  
    6767   * Long: [detailed method description]
    6868   *
    69    * @param
     69   * @param [in] a some int
     70   * @param [in] b another int
     71   * @param [out] result integer result
     72   *
    7073   * @return [information about return value]
    7174   * @sa [see also section]
     
    7477   * @exception std::exception Some explanation of what causes this exception.
    7578   */
    76   void MethodTemplate(
    77          const int a, ///< [in] some int
    78          const int b, ///< [in] another int
    79          int & result ///< [out] integer result
    80                      );
     79  void MethodTemplate( const int a, const int b, int & result );
    8180
    8281  ///
     
    9089  /// and destination strings overlap.
    9190  ///
    92   /// @param
    9391  /// @return @a strcpy returns the destination string.
    9492  /// No return value is reserved to indicate an error.
Note: See TracChangeset for help on using the changeset viewer.