Skip to content

Commit

Permalink
remove comments for nonexistent parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Fehr committed Jun 20, 2012
1 parent c198614 commit d4b2878
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libycp/src/YCPBuiltinList.cc
Expand Up @@ -1225,8 +1225,6 @@ l_reverselist (const YCPList &v){
* @id list.reverse
* @short Creates new list with reversed order of elements.
* @param list<flex1> v list
* @param integer i1 index of first element
* @param integer i2 index of second element
* @return New list. Changed if offset is correct, otherwise return unchanged list
*
* @description
Expand Down

4 comments on commit d4b2878

@jreidinger
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fix. Just please update also return, there is no offset

@thomas-fehr
Copy link
Owner

@thomas-fehr thomas-fehr commented on d4b2878 Jun 20, 2012 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jreidinger
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I mean sentence Changed if offset is correct, otherwise return unchanged list It is wrong, you don't pass any offset here, so it is always correct. It make sense only if you have function that have some offset, not here

@thomas-fehr
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, misunderstood.
Description of return value is fixed now.

Please sign in to comment.