r17892 - gnucash/trunk/src/register/ledger-core - Register: Another tweak to doxygen documentation.

Charles Day cedayiv at cvs.gnucash.org
Wed Feb 11 17:03:39 EST 2009


Author: cedayiv
Date: 2009-02-11 17:03:39 -0500 (Wed, 11 Feb 2009)
New Revision: 17892
Trac: http://svn.gnucash.org/trac/changeset/17892

Modified:
   gnucash/trunk/src/register/ledger-core/split-register.h
Log:
Register: Another tweak to doxygen documentation.


Modified: gnucash/trunk/src/register/ledger-core/split-register.h
===================================================================
--- gnucash/trunk/src/register/ledger-core/split-register.h	2009-02-10 21:16:35 UTC (rev 17891)
+++ gnucash/trunk/src/register/ledger-core/split-register.h	2009-02-11 22:03:39 UTC (rev 17892)
@@ -30,17 +30,14 @@
  *  @ref RegisterCore.
  *
  *  @details The split register is a spreadsheet-like area that looks like
- *  a checkbook register. It is a GnuCash-specific implementation built
- *  atop the @ref RegisterCore.
+ *  a checkbook register. It displays transactions and allows the user to
+ *  edit them in-place. The register does @b not contain any of the other
+ *  window decorations that one might want to have for a free standing window
+ *  (e.g. menubars, *  toolbars, etc.)
  *
- *  It displays transactions and allows the user to edit them in-place.
- *  The register does @b not contain any of the other window decorations
- *  that one might want to have for a free standing window (e.g. menubars,
- *  toolbars, etc.)
- *
- *  The layout of the register is configurable.  There's a broad
- *  variety of cell types to choose from:  date cells, which know
- *  how to parse dates; price cells, which know how to parse prices,
+ *  The layout of the register is configurable. There's a broad
+ *  variety of cell types to choose from: date cells that know
+ *  how to parse dates, price cells that know how to parse prices,
  *  etc.  These cells can be laid out in any column; even a multi-row
  *  layout is supported.  The name "split register" is derived from
  *  the fact that this register can display multiple rows of
@@ -50,7 +47,7 @@
  *  the register.
  *
  *  All user input to the register is handled by the 'cursor', which
- *  is mapped onto one of the displayed rows in the register.
+ *  is mapped onto one of the displayed rows.
  *
  *  @par Design Notes.
  *  @{



More information about the gnucash-changes mailing list