Menu

#14 In/Out Parameters

closed
None
5
2006-01-11
2004-05-10
No

As of Doxygen 1.3.7, The \param tag also allows in/out
parameter to be specified. Need to update pas2dox to
allow this style of doing things.

Discussion

  • Darren Bowles

    Darren Bowles - 2006-01-11
    • status: open --> closed
     
  • Darren Bowles

    Darren Bowles - 2006-01-11

    Logged In: YES
    user_id=73730

    This does not require a change to pas2dox. It is just
    another option to \param

    Ie.
    @param[out] dest This is an output
    @param[in] src Here is an input
    @param[in,out] n This is both an input and output

     

Log in to post a comment.