From 50597f8e37f662cfe809d05e7bb0e6b6feb79f5a Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Mon, 11 Mar 2024 05:41:57 -0700 Subject: [PATCH 1/2] macros: add QSDOC_PROPERTY_OVERRIDE --- typegen/src/parse.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typegen/src/parse.rs b/typegen/src/parse.rs index 94182a6..a363bbc 100644 --- a/typegen/src/parse.rs +++ b/typegen/src/parse.rs @@ -191,7 +191,7 @@ impl Parser { }, "QML_SINGLETON" => singleton = true, "QML_UNCREATABLE" => uncreatable = true, - "Q_PROPERTY" => { + "Q_PROPERTY" | "QSDOC_PROPERTY_OVERRIDE" => { let prop = self.property_regex .captures(args.ok_or_else(|| { From 2d0b15bbd52ea61bd79880b89fae0a589010d1f3 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Mon, 11 Mar 2024 05:44:25 -0700 Subject: [PATCH 2/2] readme: mention hosted docs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fbd6fa0..74d6f64 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Documentation for [quickshell](https://git.outfoxxed.me/outfoxxed/quickshell). +Hosted version at [quickshell.outfoxxed.me](https://quickshell.outfoxxed.me). + # Building the documentation The docs depend on: