Skip to content

Commit

Permalink
ffs
Browse files Browse the repository at this point in the history
  • Loading branch information
FrogTheFrog committed Jul 28, 2024
1 parent 672ddea commit 04af34f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/display_device.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ namespace display_device {
*
* @examples
* session_t& session { session_t::get() };
* @end_examples
* @examples_end
*/
[[nodiscard]] static session_t &
get();
Expand All @@ -40,7 +40,7 @@ namespace display_device {
*
* @examples
* const auto session_guard { session_t::init() };
* @end_examples
* @examples_end
*/
[[nodiscard]] static std::unique_ptr<platf::deinit_t>
init();
Expand All @@ -54,7 +54,7 @@ namespace display_device {
* session_t& session { session_t::get() };
* const auto mapped_name_config { session.get_display_name(config::video.output_name) };
* const auto mapped_name_custom { session.get_display_name("{some-device-id}") };
* @end_examples
* @examples_end
*/
[[nodiscard]] std::string
map_output_name(const std::string &output_name) const;
Expand Down

0 comments on commit 04af34f

Please sign in to comment.