File tree 8 files changed +12
-12
lines changed
8 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ mod tests {
191
191
#[ doc = "\n " ]
192
192
#[ doc = "Use this type when referring to the QObject as a pointer" ]
193
193
#[ doc = "\n " ]
194
- #[ doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/qobject/generated-qobject .html>" ]
194
+ #[ doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/concepts/generated_qobject .html>" ]
195
195
#[ namespace = "cxx_qt" ]
196
196
type MyObject ;
197
197
}
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ mod ffi {
60
60
#[ doc = "\n " ]
61
61
#[ doc = "Use this type when referring to the QObject as a pointer" ]
62
62
#[ doc = "\n " ]
63
- #[ doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/qobject/generated-qobject .html>" ]
63
+ #[ doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/concepts/generated_qobject .html>" ]
64
64
#[ cfg( enabled) ]
65
65
type QObjectEnabled ;
66
66
}
@@ -202,7 +202,7 @@ mod ffi {
202
202
#[ doc = "\n " ]
203
203
#[ doc = "Use this type when referring to the QObject as a pointer" ]
204
204
#[ doc = "\n " ]
205
- #[ doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/qobject/generated-qobject .html>" ]
205
+ #[ doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/concepts/generated_qobject .html>" ]
206
206
#[ cfg( not( enabled) ) ]
207
207
type QObjectDisabled ;
208
208
}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ mod inheritance {
31
31
#[ doc = "\n " ]
32
32
#[ doc = "Use this type when referring to the QObject as a pointer" ]
33
33
#[ doc = "\n " ]
34
- #[ doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/qobject/generated-qobject .html>" ]
34
+ #[ doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/concepts/generated_qobject .html>" ]
35
35
type MyObject ;
36
36
}
37
37
extern "Rust" {
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ mod ffi {
36
36
#[ doc = "\n " ]
37
37
#[ doc = "Use this type when referring to the QObject as a pointer" ]
38
38
#[ doc = "\n " ]
39
- #[ doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/qobject/generated-qobject .html>" ]
39
+ #[ doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/concepts/generated_qobject .html>" ]
40
40
#[ namespace = "cxx_qt::my_object" ]
41
41
type MyObject ;
42
42
}
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ pub mod ffi {
78
78
#[ doc = "\n " ]
79
79
#[ doc = "Use this type when referring to the QObject as a pointer" ]
80
80
#[ doc = "\n " ]
81
- #[ doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/qobject/generated-qobject .html>" ]
81
+ #[ doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/concepts/generated_qobject .html>" ]
82
82
#[ namespace = "cxx_qt::multi_object" ]
83
83
type MyObject ;
84
84
}
@@ -199,7 +199,7 @@ pub mod ffi {
199
199
#[ doc = "\n " ]
200
200
#[ doc = "Use this type when referring to the QObject as a pointer" ]
201
201
#[ doc = "\n " ]
202
- #[ doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/qobject/generated-qobject .html>" ]
202
+ #[ doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/concepts/generated_qobject .html>" ]
203
203
#[ namespace = "second_object" ]
204
204
type SecondObject ;
205
205
}
@@ -327,7 +327,7 @@ pub mod ffi {
327
327
#[ doc = "\n " ]
328
328
#[ doc = "Use this type when referring to the QObject as a pointer" ]
329
329
#[ doc = "\n " ]
330
- #[ doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/qobject/generated-qobject .html>" ]
330
+ #[ doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/concepts/generated_qobject .html>" ]
331
331
#[ namespace = "my_namespace" ]
332
332
#[ doc = "\n \n Note: The C++ name of this QObject is: " ]
333
333
#[ doc = "MyCxxName" ]
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ mod ffi {
29
29
#[ doc = "\n " ]
30
30
#[ doc = "Use this type when referring to the QObject as a pointer" ]
31
31
#[ doc = "\n " ]
32
- #[ doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/qobject/generated-qobject .html>" ]
32
+ #[ doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/concepts/generated_qobject .html>" ]
33
33
#[ namespace = "cxx_qt::my_object" ]
34
34
type MyObject ;
35
35
}
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ mod ffi {
76
76
#[ doc = "\n " ]
77
77
#[ doc = "Use this type when referring to the QObject as a pointer" ]
78
78
#[ doc = "\n " ]
79
- #[ doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/qobject/generated-qobject .html>" ]
79
+ #[ doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/concepts/generated_qobject .html>" ]
80
80
#[ namespace = "cxx_qt::my_object" ]
81
81
type MyObject ;
82
82
}
@@ -123,7 +123,7 @@ mod ffi {
123
123
#[ doc = "\n " ]
124
124
#[ doc = "Use this type when referring to the QObject as a pointer" ]
125
125
#[ doc = "\n " ]
126
- #[ doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/qobject/generated-qobject .html>" ]
126
+ #[ doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/concepts/generated_qobject .html>" ]
127
127
#[ namespace = "cxx_qt::my_object" ]
128
128
#[ doc = "\n \n Note: The C++ name of this QObject is: " ]
129
129
#[ doc = "CxxName" ]
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ mod ffi {
30
30
#[ doc = "\n " ]
31
31
#[ doc = "Use this type when referring to the QObject as a pointer" ]
32
32
#[ doc = "\n " ]
33
- #[ doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/qobject/generated-qobject .html>" ]
33
+ #[ doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/concepts/generated_qobject .html>" ]
34
34
#[ namespace = "cxx_qt::my_object" ]
35
35
type MyObject ;
36
36
}
You can’t perform that action at this time.
0 commit comments