File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,9 @@ macro_rules! sel {
81
81
/// methods that return respectively Objective-C's `BOOL` and `id` (or any
82
82
/// object pointer). Use those whenever you want to call such a method!
83
83
///
84
+ /// [`msg_send_bool!`]: crate::msg_send_bool
85
+ /// [`msg_send_id!`]: crate::msg_send_id
86
+ ///
84
87
///
85
88
/// # Specification
86
89
///
@@ -157,6 +160,7 @@ macro_rules! sel {
157
160
/// 8. TODO: Maybe more?
158
161
///
159
162
/// [`autoreleasepool`]: crate::rc::autoreleasepool
163
+ /// [`msg_send_id!`]: crate::msg_send_id
160
164
///
161
165
///
162
166
/// # Examples
@@ -299,6 +303,8 @@ macro_rules! msg_send_bool {
299
303
/// [mmRules]: https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/MemoryMgmt/Articles/mmRules.html#//apple_ref/doc/uid/20000994-SW1
300
304
/// [arc-rel]: https://developer.apple.com/library/archive/releasenotes/ObjectiveC/RN-TransitioningToARC/Introduction/Introduction.html#//apple_ref/doc/uid/TP40011226
301
305
///
306
+ /// [`msg_send_id!`]: crate::msg_send_id
307
+ ///
302
308
///
303
309
/// # Specification
304
310
///
You can’t perform that action at this time.
0 commit comments