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:
@@ -1,29 +1,35 @@
|
||||
/*
|
||||
* Copyright 2011, Haiku inc.
|
||||
* Copyright 2011 Haiku Inc. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Documentation by:
|
||||
* Authors:
|
||||
* John Scipione, [email protected]
|
||||
*
|
||||
* Corresponds to:
|
||||
* /trunk/headers/os/interface/Control.h rev 42794
|
||||
* /trunk/src/kits/interface/Control.cpp rev 42794
|
||||
*/
|
||||
|
||||
|
||||
/*!
|
||||
\file Control.h
|
||||
\ingroup interface
|
||||
\ingroup libbe
|
||||
\brief BControl class definition and support enums.
|
||||
*/
|
||||
|
||||
|
||||
/*!
|
||||
\var B_CONTROL_ON
|
||||
Control on
|
||||
|
||||
Control on. Value equal to 1.
|
||||
*/
|
||||
|
||||
|
||||
/*!
|
||||
\var B_CONTROL_OFF
|
||||
Control off
|
||||
|
||||
Control off. Value equal to 0.
|
||||
*/
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user