Move BQuery docs into Haiku Book.

... removing the docs from the .cpp and .h files and cleaning up as usual.
This commit is contained in:
John Scipione
2013-02-14 19:36:33 -05:00
parent 6d287908b1
commit 0a9ac70aea
3 changed files with 580 additions and 337 deletions
-11
View File
@@ -40,17 +40,6 @@ typedef enum {
} query_op;
/*!
\class BQuery
\brief Represents a live or non-live file system query
Provides an interface for creating file system queries. Implements
the BEntryList for iterating through the found entries.
\author <a href='mailto:[email protected]'>Ingo Weinhold</a>
\version 0.0.0
*/
class BQuery : public BEntryList {
public:
BQuery();