Skip to content

Commit

Permalink
docs: Improve documentation comments in Core::Position
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsergio committed Jul 10, 2024
1 parent 2e40136 commit 7a39a59
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/core/Position_p.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ class LayoutingHost;
*
* The DockWidget's position is saved when it's closed and restored when it's shown.
* This class holds that position.
*
* This class is not directly related to LayoutSaver which saves/restores in bulk. It's more
* for redocking back when you double-click a floating dock widget title-bar for example.
*/
class DOCKS_EXPORT_FOR_UNIT_TESTS Position
{
Expand Down Expand Up @@ -139,7 +142,7 @@ class DOCKS_EXPORT_FOR_UNIT_TESTS Position
}

private:
/// Just a RAII class so we don't forget to unref
/// A RAII class so we don't forget to unref
struct ItemRef
{
explicit ItemRef(KDBindings::ConnectionHandle conn, Core::Item *);
Expand Down

0 comments on commit 7a39a59

Please sign in to comment.