- Timestamp:
- May 19, 2010, 9:48:29 PM (13 years ago)
- 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
- Location:
- templates
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
templates/template.h
rbcfa20 rd236a6 67 67 * Long: [detailed method description] 68 68 * 69 * @param 69 * @param [in] a some int 70 * @param [in] b another int 71 * @param [out] result integer result 72 * 70 73 * @return [information about return value] 71 74 * @sa [see also section] … … 74 77 * @exception std::exception Some explanation of what causes this exception. 75 78 */ 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 ); 81 80 82 81 /// … … 90 89 /// and destination strings overlap. 91 90 /// 92 /// @param93 91 /// @return @a strcpy returns the destination string. 94 92 /// No return value is reserved to indicate an error.
Note: See TracChangeset
for help on using the changeset viewer.