Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
FrogTheFrog committed Jul 11, 2024
1 parent a7600f7 commit d00e2fc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/display_device/settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ namespace display_device {
* @see apply_config
*/
enum class result_e : int {
success,
topology_fail,
primary_display_fail,
modes_fail,
hdr_states_fail,
file_save_fail,
revert_fail
success, /**< Workaround for doxygen */
topology_fail, /**< Workaround for doxygen */
primary_display_fail, /**< Workaround for doxygen */
modes_fail, /**< Workaround for doxygen */
hdr_states_fail, /**< Workaround for doxygen */
file_save_fail, /**< Workaround for doxygen */
revert_fail /**< Workaround for doxygen */
};

/**
Expand Down

0 comments on commit d00e2fc

Please sign in to comment.