mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 12:16:40 +00:00
Documentation tweaks
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14923 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
963fedd907
commit
1314b07e03
11 changed files with 23 additions and 20 deletions
|
@ -625,7 +625,7 @@ typedef struct {
|
|||
* placing it in <em>doubleValue</em> if that is not null.
|
||||
* Returns YES if anything is scanned, NO otherwise.
|
||||
* <br/>
|
||||
* On overflow, HUGE_VAL or -HUGE_VAL is put into <em>doubleValue</em>
|
||||
* On overflow, HUGE_VAL or - HUGE_VAL is put into <em>doubleValue</em>
|
||||
* <br/>
|
||||
* On underflow, 0.0 is put into <em>doubleValue</em>
|
||||
* <br/>
|
||||
|
@ -750,7 +750,7 @@ typedef struct {
|
|||
* placing it in <em>floatValue</em> if that is not null.
|
||||
* Returns YES if anything is scanned, NO otherwise.
|
||||
* <br/>
|
||||
* On overflow, HUGE_VAL or -HUGE_VAL is put into <em>floatValue</em>
|
||||
* On overflow, HUGE_VAL or - HUGE_VAL is put into <em>floatValue</em>
|
||||
* <br/>
|
||||
* On underflow, 0.0 is put into <em>floatValue</em>
|
||||
* <br/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue