docs: update file level doxygen blocks (#1258)
This commit is contained in:
parent
07808de447
commit
4ca6dc6c8e
89 changed files with 415 additions and 102 deletions
|
|
@ -1,3 +1,7 @@
|
|||
/**
|
||||
* @file src/platform/windows/audio.cpp
|
||||
* @brief todo
|
||||
*/
|
||||
#include <audioclient.h>
|
||||
#include <mmdeviceapi.h>
|
||||
#include <roapi.h>
|
||||
|
|
@ -678,11 +682,9 @@ namespace platf::audio {
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief Find the audio device ID given a user-specified name
|
||||
*
|
||||
* @param name The name provided by the user
|
||||
*
|
||||
* @return The matching device ID, or nothing if not found
|
||||
* @brief Find the audio device ID given a user-specified name.
|
||||
* @param name The name provided by the user.
|
||||
* @return The matching device ID, or nothing if not found.
|
||||
*/
|
||||
std::optional<std::wstring>
|
||||
find_device_id_by_name(const std::string &name) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue