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: 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(|| {