Assign class docs for app and support to libbe group, not libroot

This commit is contained in:
John Scipione
2013-02-07 15:04:05 -05:00
parent 30b280b217
commit 41611c9c5e
26 changed files with 48 additions and 46 deletions
+2 -2
View File
@@ -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
+2 -2
View File
@@ -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.
+2 -2
View File
@@ -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
+2 -2
View File
@@ -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
+2 -2
View File
@@ -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
+4 -2
View File
@@ -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.
+2 -2
View File
@@ -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
+2 -2
View File
@@ -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