Assign class docs for app and support to libbe group, not libroot
This commit is contained in:
parent
30b280b217
commit
41611c9c5e
@ -14,7 +14,7 @@
|
||||
/*!
|
||||
\file Application.h
|
||||
\ingroup app
|
||||
\ingroup libroot
|
||||
\ingroup libbe
|
||||
\brief Provides the BApplication class.
|
||||
*/
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
/*!
|
||||
\class BApplication
|
||||
\ingroup app
|
||||
\ingroup libroot
|
||||
\ingroup libbe
|
||||
\brief A container object for an application.
|
||||
|
||||
A BApplication establishes a connection between the application and the
|
||||
|
@ -15,7 +15,7 @@
|
||||
/*!
|
||||
\file Clipboard.h
|
||||
\ingroup app
|
||||
\ingroup libroot
|
||||
\ingroup libbe
|
||||
\brief Provides the BClipboard class.
|
||||
*/
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
/*!
|
||||
\class BClipboard
|
||||
\ingroup app
|
||||
\ingroup libroot
|
||||
\ingroup libbe
|
||||
\brief Used for short-term data storage between documents and
|
||||
applications via copy and paste operations.
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
/*!
|
||||
\file Cursor.h
|
||||
\ingroup app
|
||||
\ingroup libroot
|
||||
\ingroup libbe
|
||||
\brief Provides the BCursor class.
|
||||
*/
|
||||
|
||||
@ -202,7 +202,7 @@
|
||||
/*!
|
||||
\class BCursor
|
||||
\ingroup app
|
||||
\ingroup libroot
|
||||
\ingroup libbe
|
||||
\brief BCursor describes a view-wide or application-wide cursor.
|
||||
|
||||
\note As BeOS only supports 16x16 monochrome cursors, to see a nice
|
||||
|
@ -13,7 +13,7 @@
|
||||
/*!
|
||||
\file Handler.h
|
||||
\ingroup app
|
||||
\ingroup libroot
|
||||
\ingroup libbe
|
||||
\brief Provides the BHandler class.
|
||||
*/
|
||||
|
||||
@ -55,7 +55,7 @@
|
||||
/*!
|
||||
\class BHandler
|
||||
\ingroup app
|
||||
\ingroup libroot
|
||||
\ingroup libbe
|
||||
\brief Handles messages that are passed on by a BLooper.
|
||||
|
||||
The BHandler class implements two important pieces of functionality. It
|
||||
|
@ -13,7 +13,7 @@
|
||||
/*!
|
||||
\file Looper.h
|
||||
\ingroup app
|
||||
\ingroup libroot
|
||||
\ingroup libbe
|
||||
\brief Provides the BLooper class.
|
||||
*/
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
/*!
|
||||
\class BLooper
|
||||
\ingroup app
|
||||
\ingroup libroot
|
||||
\ingroup libbe
|
||||
\brief Receive and process messages in a separate thread.
|
||||
|
||||
When an object of this class is created, the message loop can be started
|
||||
|
@ -14,12 +14,14 @@
|
||||
/*!
|
||||
\file Message.h
|
||||
\ingroup app
|
||||
\ingroup libroot
|
||||
\ingroup libbe
|
||||
\brief Provides the BMessage class.
|
||||
*/
|
||||
|
||||
|
||||
///// Name lengths and Scripting specifiers /////
|
||||
|
||||
|
||||
/*!
|
||||
\def B_FIELD_NAME_LENGTH
|
||||
\brief Undocumented...
|
||||
@ -92,7 +94,7 @@
|
||||
/*!
|
||||
\class BMessage
|
||||
\ingroup app
|
||||
\ingroup libroot
|
||||
\ingroup libbe
|
||||
\brief A container that can be send and received using the Haiku messaging
|
||||
subsystem.
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
/*!
|
||||
\file MessageFilter.h
|
||||
\ingroup app
|
||||
\ingroup libroot
|
||||
\ingroup libbe
|
||||
\brief Provides BMessageFilter class.
|
||||
*/
|
||||
|
||||
@ -143,7 +143,7 @@
|
||||
/*!
|
||||
\class BMessageFilter
|
||||
\ingroup app
|
||||
\ingroup libroot
|
||||
\ingroup libbe
|
||||
\brief Describes a message filter for BLooper and BHandler.
|
||||
|
||||
Objects of this class serve as a description of properties that incoming
|
||||
|
@ -13,7 +13,7 @@
|
||||
/*!
|
||||
\file MessageQueue.h
|
||||
\ingroup app
|
||||
\ingroup libroot
|
||||
\ingroup libbe
|
||||
\brief Provides the BMessageQueue class.
|
||||
*/
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
/*!
|
||||
\class BMessageQueue
|
||||
\ingroup app
|
||||
\ingroup libroot
|
||||
\ingroup libbe
|
||||
\brief A container that maintains a queue of messages.
|
||||
|
||||
This class is used by BLooper to maintain a queue of messages that need to
|
||||
|
@ -19,7 +19,7 @@
|
||||
/*!
|
||||
\file Archivable.h
|
||||
\ingroup support
|
||||
\ingroup libroot
|
||||
\ingroup libbe
|
||||
\brief Provides the BArchivable interface and declares the BArchiver and
|
||||
BUnarchiver classes.
|
||||
*/
|
||||
@ -28,7 +28,7 @@
|
||||
/*!
|
||||
\class BArchivable
|
||||
\ingroup support
|
||||
\ingroup libroot
|
||||
\ingroup libbe
|
||||
\brief Interface for objects that can be archived into a BMessage.
|
||||
|
||||
BArchivable provides an interface for objects that can be put into message
|
||||
|
@ -14,7 +14,7 @@
|
||||
/*!
|
||||
\file Archivable.h
|
||||
\ingroup support
|
||||
\ingroup libroot
|
||||
\ingroup libbe
|
||||
\brief Contains BArchiver class.
|
||||
*/
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
/*!
|
||||
\class BArchiver
|
||||
\ingroup support
|
||||
\ingroup libroot
|
||||
\ingroup libbe
|
||||
\brief A class that simplifies the archiving of complicated BArchivable
|
||||
hierarchies.
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
/*!
|
||||
\file Autolock.h
|
||||
\ingroup support
|
||||
\ingroup libroot
|
||||
\ingroup libbe
|
||||
\brief Implements a handy locking utility.
|
||||
*/
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
/*!
|
||||
\class BAutolock
|
||||
\ingroup support
|
||||
\ingroup libroot
|
||||
\ingroup libbe
|
||||
\brief Convenient utility to make parts of your code thread-safe easily.
|
||||
|
||||
The autolocker uses a BLooper or a BLocker in order to protect a part
|
||||
|
@ -19,7 +19,7 @@
|
||||
/*!
|
||||
\file Beep.h
|
||||
\ingroup support
|
||||
\ingroup libroot
|
||||
\ingroup libbe
|
||||
\brief Functions to generate sounds from the computer.
|
||||
*/
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
/*!
|
||||
\file BlockCache.h
|
||||
\ingroup support
|
||||
\ingroup libroot
|
||||
\ingroup libbe
|
||||
\brief Implements a mechanism to store and retrieve memory blocks.
|
||||
*/
|
||||
|
||||
@ -40,7 +40,7 @@
|
||||
/*!
|
||||
\class BBlockCache
|
||||
\ingroup support
|
||||
\ingroup libroot
|
||||
\ingroup libbe
|
||||
\brief A class that creates and maintains a pool of memory blocks.
|
||||
|
||||
In some performance critical code there might come a time where you require
|
||||
|
@ -15,7 +15,7 @@
|
||||
/*!
|
||||
\file BufferIO.h
|
||||
\ingroup support
|
||||
\ingroup libroot
|
||||
\ingroup libbe
|
||||
\brief Provides the BBufferIO class.
|
||||
*/
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
/*!
|
||||
\class BBufferIO
|
||||
\ingroup support
|
||||
\ingroup libroot
|
||||
\ingroup libbe
|
||||
\brief A buffered adapter for BPositionIO objects.
|
||||
|
||||
This class differs from other classes derived from BPositionIO in a sense
|
||||
|
@ -15,7 +15,7 @@
|
||||
/*!
|
||||
\file DataIO.h
|
||||
\ingroup support
|
||||
\ingroup libroot
|
||||
\ingroup libbe
|
||||
\brief Defines abstract BDataIO and BPositionIO and the derived BMallocIO and BMemoryIO classes.
|
||||
|
||||
Pure virtual BDataIO and BPositioIO classes provide
|
||||
@ -32,7 +32,7 @@
|
||||
/*!
|
||||
\class BDataIO
|
||||
\ingroup support
|
||||
\ingroup libroot
|
||||
\ingroup libbe
|
||||
\brief Abstract interface for objects that provide read and write access to
|
||||
data.
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
/*!
|
||||
\file Flattenable.h
|
||||
\ingroup support
|
||||
\ingroup libroot
|
||||
\ingroup libbe
|
||||
\brief Provides the BFlattenable interface
|
||||
*/
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
/*!
|
||||
\class BFlattenable
|
||||
\ingroup support
|
||||
\ingroup libroot
|
||||
\ingroup libbe
|
||||
\brief Interface for classes that can flatten and unflatten themselves to
|
||||
a stream of bytes.
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
/*!
|
||||
\file List.h
|
||||
\ingroup support
|
||||
\ingroup libroot
|
||||
\ingroup libbe
|
||||
\brief Defines the BList class.
|
||||
*/
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
/*!
|
||||
\class BList
|
||||
\ingroup support
|
||||
\ingroup libroot
|
||||
\ingroup libbe
|
||||
\brief An ordered container that is designed to hold generic \c void*
|
||||
objects.
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
/*!
|
||||
\file Locker.h
|
||||
\ingroup support
|
||||
\ingroup libroot
|
||||
\ingroup libbe
|
||||
\brief Provides locking class BLocker.
|
||||
*/
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
/*!
|
||||
\class BLocker
|
||||
\ingroup support
|
||||
\ingroup libroot
|
||||
\ingroup libbe
|
||||
\brief Semaphore-type class for thread safety.
|
||||
|
||||
The BLocker interface is not merely a wrapper around a semaphore, but it
|
||||
|
@ -16,7 +16,7 @@
|
||||
/*!
|
||||
\file String.h
|
||||
\ingroup support
|
||||
\ingroup libroot
|
||||
\ingroup libbe
|
||||
\brief Defines the BString class and global operators and functions for
|
||||
handling strings.
|
||||
*/
|
||||
@ -24,7 +24,7 @@
|
||||
/*!
|
||||
\class BString String.h
|
||||
\ingroup support
|
||||
\ingroup libroot
|
||||
\ingroup libbe
|
||||
\brief String class supporting common string operations.
|
||||
|
||||
BString is a string allocation and manipulation class. The object
|
||||
|
@ -13,7 +13,7 @@
|
||||
/*!
|
||||
\file SupportDefs.h
|
||||
\ingroup support
|
||||
\ingroup libroot
|
||||
\ingroup libbe
|
||||
\brief Defines basic types and definitions for the Haiku API.
|
||||
*/
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
/*!
|
||||
\file TLS.h
|
||||
\ingroup support
|
||||
\ingroup libroot
|
||||
\ingroup libbe
|
||||
\brief Functions to use Thread Local Storage.
|
||||
|
||||
The Thread Local Storage API provides convenient methods to transform global
|
||||
|
@ -14,7 +14,7 @@
|
||||
/*!
|
||||
\file Archivable.h
|
||||
\ingroup support
|
||||
\ingroup libroot
|
||||
\ingroup libbe
|
||||
\brief Contains BUnarchiver class used to simplify the unarchiving of
|
||||
complicated BArchivable hierarchies.
|
||||
*/
|
||||
@ -23,7 +23,7 @@
|
||||
/*!
|
||||
\class BUnarchiver
|
||||
\ingroup support
|
||||
\ingroup libroot
|
||||
\ingroup libbe
|
||||
\brief A class that simplifies the unarchiving of complicated BArchivable
|
||||
hierarchies.
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
/*!
|
||||
\file parsedate.h
|
||||
\ingroup support
|
||||
\ingroup libroot
|
||||
\ingroup libbe
|
||||
\brief Date parsing functions
|
||||
|
||||
This is a set a functions for parsing date strings in various formats.
|
||||
|
@ -14,7 +14,7 @@
|
||||
/*!
|
||||
\file StopWatch.h
|
||||
\ingroup support
|
||||
\ingroup libroot
|
||||
\ingroup libbe
|
||||
\brief Provides the BStopWatch class.
|
||||
*/
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
/*!
|
||||
\class BStopWatch
|
||||
\ingroup support
|
||||
\ingroup libroot
|
||||
\ingroup libbe
|
||||
\brief A timer class.
|
||||
|
||||
This class provides method to time events. The interface is designed to
|
||||
|
@ -14,7 +14,7 @@
|
||||
/*!
|
||||
\file syslog.h
|
||||
\ingroup support
|
||||
\ingroup libroot
|
||||
\ingroup libbe
|
||||
\brief System logging capabilities
|
||||
|
||||
The functions described here are interacting with the syslog_daemon, a server
|
||||
|
@ -13,7 +13,7 @@
|
||||
/*!
|
||||
\file TypeConstants.h
|
||||
\ingroup support
|
||||
\ingroup libroot
|
||||
\ingroup libbe
|
||||
\brief Represents typecodes that are used in various part of the Haiku API.
|
||||
|
||||
The type codes all refer to a specified type, except one. B_ANY_TYPE can
|
||||
|
Loading…
x
Reference in New Issue
Block a user