r19036 - gnucash/trunk/src/engine - Small corrections in the comments of gnc-commodity.h

Geert Janssens gjanssens at code.gnucash.org
Sun Apr 18 16:33:43 EDT 2010


Author: gjanssens
Date: 2010-04-18 16:33:43 -0400 (Sun, 18 Apr 2010)
New Revision: 19036
Trac: http://svn.gnucash.org/trac/changeset/19036

Modified:
   gnucash/trunk/src/engine/gnc-commodity.h
Log:
Small corrections in the comments of gnc-commodity.h

1 typo
1 moved file
1 complement

Patch by Frank H. Ellenberger

Modified: gnucash/trunk/src/engine/gnc-commodity.h
===================================================================
--- gnucash/trunk/src/engine/gnc-commodity.h	2010-04-18 20:20:31 UTC (rev 19035)
+++ gnucash/trunk/src/engine/gnc-commodity.h	2010-04-18 20:33:43 UTC (rev 19036)
@@ -165,7 +165,7 @@
  *
  *  @param name The internal name for this new quote source.
  *
- *  @param supported TRUE is this quote source is supported by F::Q.
+ *  @param supported TRUE if this quote source is supported by F::Q.
  *  Should only be set by the F::Q startup routine.
  *
  *  @return A pointer to the newly created quote source.
@@ -287,8 +287,8 @@
  *  to get automatic stock quote updates.  E.G. ACME, ACME.US, etc.
  *
  *  @param cusip A string containing the CUSIP code or similar
- *  UNIQUE code for this commodity. The stock ticker is NOT
- *  appropriate as that goes in the mnemonic field.
+ *  UNIQUE code for this commodity like the ISIN. The stock ticker is
+ *  NOT appropriate as that goes in the mnemonic field.
  *
  *  @param fraction The smallest division of this commodity
  *  allowed. I.E. If this is 1, then the commodity must be traded in
@@ -585,7 +585,7 @@
 /** Set the automatic price quote timezone for the specified
  *  commodity.  This should be a pointer to a null terminated string
  *  of the form "America/New_York", etc.  Legal values can be found in
- *  the known_timezones array in the file dialog-util.c.
+ *  the known_timezones array in the file src/gnome-utils/dialog-commodity.c.
  *
  *  @param cm A pointer to a commodity data structure.
  *



More information about the gnucash-changes mailing list