haiku/docs/user/support/Beep.dox
Niels Sascha Reedijk 89e18a513c * Take a document on compatibility from the Haiku website (experimenting with pages) - Originally written by Ingo and updated by others, I have permission from Ingo.
* book.dox Rework a bit of the structure
* midi2/support Separate the overview (or Introduction) from the list of elements in a module.
* support Wrote initial documentation for Beep/BufferIO/DataIO
* Stub for article on archiving.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20307 a95241bf-73f2-0310-859d-f6bbb57e9c96
2007-03-02 13:36:32 +00:00

32 lines
514 B
Plaintext

/*!
\file Beep.h
\brief Functions to generate sounds from the computer.
*/
/*!
\addtogroup support_globals
@{
*/
/*!
\fn status_t beep()
\brief TODO: Not implemented nor documented.
From Beep.h and in libbe.so.
*/
/*!
\fn status_t system_beep(const char* eventName)
\brief TODO: Not implemented nor documented.
From Beep.h and in libbe.so.
*/
/*!
\fn status_t add_system_beep_event(const char* eventName, uint32 flags = 0)
\brief TODO: Not implemented nor documented.
From Beep.h and in libbe.so.
*/
//! @}