From e8715aec5e05e0438192e611afea2fe6f10cb80f Mon Sep 17 00:00:00 2001 From: Aylur Date: Fri, 25 Oct 2024 14:09:04 +0000 Subject: docs: battery doc comments --- lib/apps/application.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/apps/application.vala') diff --git a/lib/apps/application.vala b/lib/apps/application.vala index c137183..0a2f73c 100644 --- a/lib/apps/application.vala +++ b/lib/apps/application.vala @@ -25,8 +25,8 @@ public class AstalApps.Application : Object { public string description { get { return app.get_description(); } } /** - * The StartupWMClass field from the desktop file. - * This represents the WM_CLASS property of the main window of the application. + * `StartupWMClass` field from the desktop file. + * This represents the `WM_CLASS` property of the main window of the application. */ public string wm_class { get { return app.get_startup_wm_class(); } } -- cgit v1.2.3