2
1
Fork 0

Compare commits

..

2 commits

Author SHA1 Message Date
2d0b15bbd5
readme: mention hosted docs 2024-03-11 05:44:25 -07:00
50597f8e37
macros: add QSDOC_PROPERTY_OVERRIDE 2024-03-11 05:41:57 -07:00
2 changed files with 3 additions and 1 deletions

View file

@ -2,6 +2,8 @@
Documentation for [quickshell](https://git.outfoxxed.me/outfoxxed/quickshell). Documentation for [quickshell](https://git.outfoxxed.me/outfoxxed/quickshell).
Hosted version at [quickshell.outfoxxed.me](https://quickshell.outfoxxed.me).
# Building the documentation # Building the documentation
The docs depend on: The docs depend on:

View file

@ -191,7 +191,7 @@ impl Parser {
}, },
"QML_SINGLETON" => singleton = true, "QML_SINGLETON" => singleton = true,
"QML_UNCREATABLE" => uncreatable = true, "QML_UNCREATABLE" => uncreatable = true,
"Q_PROPERTY" => { "Q_PROPERTY" | "QSDOC_PROPERTY_OVERRIDE" => {
let prop = let prop =
self.property_regex self.property_regex
.captures(args.ok_or_else(|| { .captures(args.ok_or_else(|| {