Skip to content
This repository has been archived by the owner on Feb 21, 2019. It is now read-only.

Wrong @param when argument default value is given in C++ #28

Closed
dongli opened this issue Dec 17, 2013 · 2 comments · Fixed by #36
Closed

Wrong @param when argument default value is given in C++ #28

dongli opened this issue Dec 17, 2013 · 2 comments · Fixed by #36
Labels

Comments

@dongli
Copy link

dongli commented Dec 17, 2013

See the codes:

virtual void run(RegridMethod method, int timeLevel, const RLLVelocityField &f,
                 const SpaceCoord &x, SphereVelocity &y, RLLMeshIndex *idx = NULL);

and the output of VVDocument-Xcode:

/**
     *  <#Description#>
     *
     *  @param method    <#method description#>
     *  @param timeLevel <#timeLevel description#>
     *  @param f         <#f description#>
     *  @param x         <#x description#>
     *  @param y         <#y description#>
     *  @param NULL      <#NULL description#>
     *
     *  @return <#return value description#>
     */

the last argument is not NULL but idx.

@onevcat
Copy link
Owner

onevcat commented Dec 17, 2013

Thanks! Fix it soon when I am free

@onevcat
Copy link
Owner

onevcat commented Feb 2, 2014

Fixed in #36

@onevcat onevcat closed this as completed Feb 2, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants