Skip to content

Commit

Permalink
Add class documentation comments to mir::Decorations
Browse files Browse the repository at this point in the history
Co-authored-by: Alan Griffiths <[email protected]>
  • Loading branch information
tarek-y-ismail and AlanGriffiths authored Jul 3, 2024
1 parent cdfc15c commit 2aeb440
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/miral/miral/decorations.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ namespace mir { class Server; }

namespace miral
{
/// Configures the window decoration strategy.
/// \note The strategy can only be applied to clients that are able to negotiate the decoration style with the server.
/// \remark Since MirAL 5.1
class Decorations
{
public:
Expand Down

0 comments on commit 2aeb440

Please sign in to comment.