Compare commits
No commits in common. "2d0b15bbd52ea61bd79880b89fae0a589010d1f3" and "b218d3ec30f8ff2c51d4caf17509b9d21cf0c088" have entirely different histories.
2d0b15bbd5
...
b218d3ec30
2 changed files with 1 additions and 3 deletions
|
@ -2,8 +2,6 @@
|
||||||
|
|
||||||
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:
|
||||||
|
|
|
@ -191,7 +191,7 @@ impl Parser {
|
||||||
},
|
},
|
||||||
"QML_SINGLETON" => singleton = true,
|
"QML_SINGLETON" => singleton = true,
|
||||||
"QML_UNCREATABLE" => uncreatable = true,
|
"QML_UNCREATABLE" => uncreatable = true,
|
||||||
"Q_PROPERTY" | "QSDOC_PROPERTY_OVERRIDE" => {
|
"Q_PROPERTY" => {
|
||||||
let prop =
|
let prop =
|
||||||
self.property_regex
|
self.property_regex
|
||||||
.captures(args.ok_or_else(|| {
|
.captures(args.ok_or_else(|| {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue