From 6d287908b15e883d38d450ccc8a0a2335383acba Mon Sep 17 00:00:00 2001 From: John Scipione Date: Thu, 14 Feb 2013 19:35:48 -0500 Subject: [PATCH] Fix warning and cleanup for BPath docs --- docs/user/storage/Path.dox | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/user/storage/Path.dox b/docs/user/storage/Path.dox index 47b679ae40..64929f4ce4 100644 --- a/docs/user/storage/Path.dox +++ b/docs/user/storage/Path.dox @@ -81,7 +81,6 @@ - The presence of "." or ".." ("/boot/ltj/../ltj/./gwar") - Redundant slashes ("/boot//ltj") - A trailing slash ("/boot/ltj/") - */ @@ -106,7 +105,7 @@ /*! \fn BPath::~BPath() - \brief Destroys the BPath object and frees any of its associated resources. + \brief Destroys the BPath object and frees any associated resources. */ @@ -456,7 +455,7 @@ The type code must be set to \c B_REF_TYPE. \param code The type code of the flattened data, must be \c B_REF_TYPE. - \param buf A pointer to the flattened data. + \param buffer A pointer to a buffer containing the flattened data. \param size The size of \a buffer in bytes. \returns A status code.