Menu

#22 param [in] not dedected correctly

version 1.7.0
closed-fixed
5
2007-02-02
2006-05-17
Anonymous
No

Hello

Doxygen apparently allows whitespaces between the param
keyword and the attributes [in|out|in,out]. Thus the
regular expressions (2 occurences) starting with

[@\\]\\(param\\(?:\\[\\(?:in\\|out\\|in,out\\)\\]\\)?

need to be replaced with

[@\\]\\(param\\(?:\\s-*\\[\\(?:in\\|out\\|in,out\\)\\]\\)?

I used the new regular expressions only for one day, so
you can't call that solid testing. However, so far it
works well.

Greetings

Flo

Discussion

  • Ryan T. Sammartino

    Logged In: YES
    user_id=152677
    Originator: NO

    I have committed these changes to CVS.

    Thanks.

     
  • Ryan T. Sammartino

    • status: open --> closed-fixed
     

Log in to post a comment.