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

  • From: jscipione@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 19 Jun 2014 18:26:07 +0200 (CEST)

hrev47406 adds 1 changeset to branch 'master'
old head: 669ac9d6f57c4535f10c5e4eaf90cc3354d9dbc7
new head: 5732a559178fc0f44d431813ceeac09597653095
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=5732a55+%5E669ac9d

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

5732a55: A couple of small fixes to FindDirectory docs

                                     [ John Scipione <jscipione@xxxxxxxxx> ]

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

Revision:    hrev47406
Commit:      5732a559178fc0f44d431813ceeac09597653095
URL:         http://cgit.haiku-os.org/haiku/commit/?id=5732a55
Author:      John Scipione <jscipione@xxxxxxxxx>
Date:        Thu Jun 19 16:25:54 2014 UTC

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

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

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

diff --git a/docs/user/storage/FindDirectory.dox 
b/docs/user/storage/FindDirectory.dox
index 061210a..eacfa77 100644
--- a/docs/user/storage/FindDirectory.dox
+++ b/docs/user/storage/FindDirectory.dox
@@ -17,8 +17,8 @@
        \file FindDirectory.h
        \ingroup storage
        \ingroup libbe
-       \brief Provides the find_directory(), find_path(), find_paths(), 
functions
-              as well as the directory_which constants.
+       \brief Provides the find_directory(), find_path(), find_paths() 
functions
+              as well as the \c directory_which constants.
 
        Haiku provides a set of directories for applications to use. These can 
be
        accessed using the functions find_directory(), find_path(), 
find_path_etc(),
@@ -56,8 +56,6 @@
        there are also a C++ version of find_directory() and the BPathFinder 
class
        (both implemented in libbe), which may be more convenient to use in C++
        code.
-
-       \since BeOS R3
 */
 
 


Other related posts:

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