A couple of small fixes to FindDirectory docs
This commit is contained in:
@@ -17,8 +17,8 @@
|
|||||||
\file FindDirectory.h
|
\file FindDirectory.h
|
||||||
\ingroup storage
|
\ingroup storage
|
||||||
\ingroup libbe
|
\ingroup libbe
|
||||||
\brief Provides the find_directory(), find_path(), find_paths(), functions
|
\brief Provides the find_directory(), find_path(), find_paths() functions
|
||||||
as well as the directory_which constants.
|
as well as the \c directory_which constants.
|
||||||
|
|
||||||
Haiku provides a set of directories for applications to use. These can be
|
Haiku provides a set of directories for applications to use. These can be
|
||||||
accessed using the functions find_directory(), find_path(), find_path_etc(),
|
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
|
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++
|
(both implemented in libbe), which may be more convenient to use in C++
|
||||||
code.
|
code.
|
||||||
|
|
||||||
\since BeOS R3
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user