File tree 7 files changed +10
-10
lines changed 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ mod tests {
234
234
#[ doc = "\n " ]
235
235
#[ doc = "Use this type when referring to the QObject as a pointer" ]
236
236
#[ doc = "\n " ]
237
- #[ doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/qobject/generated-qobject .html>" ]
237
+ #[ doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/concepts/generated_qobject .html>" ]
238
238
#[ namespace = "cxx_qt" ]
239
239
type MyObject ;
240
240
}
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
}
@@ -188,7 +188,7 @@ pub mod ffi {
188
188
#[ doc = "\n " ]
189
189
#[ doc = "Use this type when referring to the QObject as a pointer" ]
190
190
#[ doc = "\n " ]
191
- #[ doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/qobject/generated-qobject .html>" ]
191
+ #[ doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/concepts/generated_qobject .html>" ]
192
192
#[ namespace = "second_object" ]
193
193
type SecondObject ;
194
194
}
@@ -306,7 +306,7 @@ pub mod ffi {
306
306
#[ doc = "\n " ]
307
307
#[ doc = "Use this type when referring to the QObject as a pointer" ]
308
308
#[ doc = "\n " ]
309
- #[ doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/qobject/generated-qobject .html>" ]
309
+ #[ doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/concepts/generated_qobject .html>" ]
310
310
#[ namespace = "my_namespace" ]
311
311
#[ doc = "\n \n Note: The C++ name of this QObject is: " ]
312
312
#[ 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
}
@@ -113,7 +113,7 @@ mod ffi {
113
113
#[ doc = "\n " ]
114
114
#[ doc = "Use this type when referring to the QObject as a pointer" ]
115
115
#[ doc = "\n " ]
116
- #[ doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/qobject/generated-qobject .html>" ]
116
+ #[ doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/concepts/generated_qobject .html>" ]
117
117
#[ namespace = "cxx_qt::my_object" ]
118
118
#[ doc = "\n \n Note: The C++ name of this QObject is: " ]
119
119
#[ 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