Big docs cleanup.

* Fixed headers including:
  - All rights reserved not All Rights Reserved.
  - name, [email protected] not name <[email protected]>
  - tabs and spaces
  - Authors: not Documented by:
* Renamed string.dox to String.dox
* Renamed midixxx.dox files to MidiXxx.dox
* Moved images into images subdirectories and updated Doxfile.
* Re-format all files with tabs instead of spaces.
* Fix many spelling mistakes.
* Added all files, classes, structs, and enums to libbe group.
This commit is contained in:
John Scipione
2013-02-07 02:01:19 -05:00
parent 8cf4ba89b6
commit 820dca4df6
109 changed files with 6698 additions and 5170 deletions
+8 -3
View File
@@ -1,22 +1,26 @@
/*
* Copyright 2007, Haiku, Inc. All Rights Reserved.
* Copyright 2007 Haiku, Inc. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Niels Sascha Reedijk, [email protected]
*
* Corresponds to:
* /trunk/headers/os/app/Handler.h rev 22577
* /trunk/src/kits/app/Handler.cpp rev 21332
* headers/os/app/Handler.h rev 22577
* src/kits/app/Handler.cpp rev 21332
*/
/*!
\file Handler.h
\ingroup app
\ingroup libroot
\brief Provides the BHandler class.
*/
///// Globals /////
/*!
\def B_OBSERVE_WHAT_CHANGE
\brief Internal.
@@ -51,6 +55,7 @@
/*!
\class BHandler
\ingroup app
\ingroup libbe
\brief Handles messages that are passed on by a BLooper.
The BHandler class implements two important pieces of functionality. It