NO

Author Topic: Function arguments hints don't match help pages  (Read 2136 times)

Romashka

  • Guest
Function arguments hints don't match help pages
« on: October 10, 2010, 09:23:56 PM »
The hints that IDE provides for functions do not match the description on the relevant help pages.
For example, when typing memcpy( it shows "void * memcpy(void * restrict s1, const void * restrict s2, size_t n)
which is not clear on the fact that s1 is the destination and s2 is the source.
Help page for memcpy says void * memcpy(void * restrict dst, const void * restrict src, size_t num) which is much better.
Can we please have hints that match the definition from the help?

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Re: Function arguments hints don't match help pages
« Reply #1 on: October 11, 2010, 03:08:21 PM »
Apparently you have much more spare time than me, so please go ahead and update the protos.tag SQLite database yourself...
/Pelle