add some notes

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@494 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1998-02-02 23:28:11 +00:00
parent ea3eb1950b
commit f79f8f4117

View File

@ -116,6 +116,10 @@ char * xaccPrintAmount (double val, short shrs)
* *
* Args: str -- pointer to string rep of sum *
* Return: double -- the parsed amount *
*
* Note: be careful changing this algorithm. The Quicken-file-format
* parser depends a lot on the ability of this routine to do what it's
* doing. Don't break it!
\********************************************************************/
double xaccParseUSAmount (char * str)