Changeset 4c09bb in git for templates/template.h


Ignore:
Timestamp:
May 28, 2010, 1:33:58 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
210852a2e5dbf436b657d612faeae814d5a1d252
Parents:
34942f9467977bbb6b5facb760ff89744af44034
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2010-05-28 13:33:58+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:54:58+01:00
Message:
Improved templateForC.h.
Note: for input/output arguments use [in,out]!
File:
1 edited

Legend:

Unmodified
Added
Removed
  • templates/template.h

    r34942f r4c09bb  
    6161  int someMethod(
    6262             int a, ///< [in] some int
    63              int &o ///< [out] integer result
     63             int &o ///< [in,out] integer input and resulting value
    6464            );
    6565
Note: See TracChangeset for help on using the changeset viewer.