[haiku-commits] haiku: hrev45269 - docs/user/storage

  • From: jscipione@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 10 Feb 2013 22:13:22 +0100 (CET)

hrev45269 adds 1 changeset to branch 'master'
old head: 61feea6280ede10c7f0120be505f1bb002932eba
new head: 855a423a5ea107bdb3b78b2d309c18cd0136e4fc
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=855a423+%5E61feea6

----------------------------------------------------------------------------

855a423: Forgot this, add a period

                                     [ John Scipione <jscipione@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev45269
Commit:      855a423a5ea107bdb3b78b2d309c18cd0136e4fc
URL:         http://cgit.haiku-os.org/haiku/commit/?id=855a423
Author:      John Scipione <jscipione@xxxxxxxxx>
Date:        Sun Feb 10 21:13:03 2013 UTC

----------------------------------------------------------------------------

1 file changed, 2 insertions(+), 2 deletions(-)
docs/user/storage/Path.dox | 4 ++--

----------------------------------------------------------------------------

diff --git a/docs/user/storage/Path.dox b/docs/user/storage/Path.dox
index 5204b07..47b679a 100644
--- a/docs/user/storage/Path.dox
+++ b/docs/user/storage/Path.dox
@@ -406,7 +406,7 @@
 
 /*!
        \fn type_code BPath::TypeCode() const
-       \brief Implements BFlattenable::TypeCode() Always returns \c B_REF_TYPE.
+       \brief Implements BFlattenable::TypeCode(). Always returns \c 
B_REF_TYPE.
 
        \return \c B_REF_TYPE
 */
@@ -414,7 +414,7 @@
 
 /*!
        \fn ssize_t BPath::FlattenedSize() const
-       \brief Implements BFlattenable::FlattenedSize() Gets the size of the
+       \brief Implements BFlattenable::FlattenedSize(). Gets the size of the
               flattened entry_ref struct that represents the path in bytes.
 
        \return The size of the flattened entry_ref struct that represents the


Other related posts:

  • » [haiku-commits] haiku: hrev45269 - docs/user/storage - jscipione