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,24 +1,28 @@
|
||||
/*
|
||||
* Copyright 2011, Haiku, Inc. All Rights Reserved.
|
||||
* Copyright 2011 Haiku, Inc. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* John Scipione, [email protected]
|
||||
*
|
||||
* Corresponds to:
|
||||
* /trunk/headers/os/media/Buffer.h rev 42274
|
||||
* /trunk/src/kits/media/Buffer.cpp rev 42274
|
||||
* headers/os/media/Buffer.h rev 42274
|
||||
* src/kits/media/Buffer.cpp rev 42274
|
||||
*/
|
||||
|
||||
|
||||
/*!
|
||||
\file Buffer.h
|
||||
\ingroup media
|
||||
\ingroup libbe
|
||||
\brief Defines the buffer_clone_info struct and BBuffer class.
|
||||
*/
|
||||
|
||||
|
||||
/*!
|
||||
\struct buffer_clone_info
|
||||
\ingroup media
|
||||
\ingroup libbe
|
||||
\brief A struct that stores where in memory a BBuffer object is in memory
|
||||
as well as the buffer flags.
|
||||
*/
|
||||
@@ -27,8 +31,9 @@
|
||||
/*!
|
||||
\class BBuffer
|
||||
\ingroup media
|
||||
\ingroup libbe
|
||||
\brief A reference to a chunk of memory useful for sharing media data
|
||||
between applications and nodes.
|
||||
between applications and nodes.
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -1,18 +1,20 @@
|
||||
/*
|
||||
* Copyright 2012 Haiku, Inc. All Rights Reserved.
|
||||
* Copyright 2012 Haiku Inc. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* John Scipione, [email protected]
|
||||
*
|
||||
* Corresponds to:
|
||||
* /trunk/headers/os/media/FileInterface.h hrev45081
|
||||
* /trunk/src/kits/media/FileInterface.cpp hrev45081
|
||||
* headers/os/media/FileInterface.h hrev45081
|
||||
* src/kits/media/FileInterface.cpp hrev45081
|
||||
*/
|
||||
|
||||
|
||||
/*!
|
||||
\file FileInterface.h
|
||||
\ingroup media
|
||||
\ingroup libbe
|
||||
\brief Provides BFileInterface abstract class.
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user