File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -260,6 +260,7 @@ impl ToTokens for ast::StructField {
260
260
}
261
261
262
262
#[ no_mangle]
263
+ #[ doc( hidden) ]
263
264
pub extern fn #desc( ) {
264
265
use wasm_bindgen:: describe:: * ;
265
266
<#ty as WasmDescribe >:: describe( ) ;
@@ -439,6 +440,7 @@ impl ToTokens for ast::Export {
439
440
// binary along with anything it references.
440
441
#[ no_mangle]
441
442
#[ cfg( all( target_arch = "wasm32" , not( target_os = "emscripten" ) ) ) ]
443
+ #[ doc( hidden) ]
442
444
pub extern fn #descriptor_name( ) {
443
445
use wasm_bindgen:: describe:: * ;
444
446
inform( FUNCTION ) ;
@@ -732,6 +734,7 @@ impl<'a> ToTokens for DescribeImport<'a> {
732
734
( quote ! {
733
735
#[ no_mangle]
734
736
#[ allow( non_snake_case) ]
737
+ #[ doc( hidden) ]
735
738
pub extern fn #describe_name( ) {
736
739
use wasm_bindgen:: describe:: * ;
737
740
inform( FUNCTION ) ;
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ impl From<Event> for ::wasm_bindgen::JsValue {
55
55
}
56
56
#[ no_mangle]
57
57
#[ allow( non_snake_case) ]
58
+ #[ doc( hidden) ]
58
59
pub extern "C" fn __wbindgen_describe___wbg_f_stopPropagation_stopPropagation_Event ( ) {
59
60
use wasm_bindgen:: describe:: * ;
60
61
inform ( FUNCTION ) ;
@@ -94,6 +95,7 @@ impl Event {
94
95
}
95
96
#[ no_mangle]
96
97
#[ allow( non_snake_case) ]
98
+ #[ doc( hidden) ]
97
99
pub extern "C" fn __wbindgen_describe___wbg_f_stopImmediatePropagation_stopImmediatePropagation_Event (
98
100
) {
99
101
use wasm_bindgen:: describe:: * ;
@@ -134,6 +136,7 @@ impl Event {
134
136
}
135
137
#[ no_mangle]
136
138
#[ allow( non_snake_case) ]
139
+ #[ doc( hidden) ]
137
140
pub extern "C" fn __wbindgen_describe___wbg_f_preventDefault_preventDefault_Event ( ) {
138
141
use wasm_bindgen:: describe:: * ;
139
142
inform ( FUNCTION ) ;
@@ -173,6 +176,7 @@ impl Event {
173
176
}
174
177
#[ no_mangle]
175
178
#[ allow( non_snake_case) ]
179
+ #[ doc( hidden) ]
176
180
pub extern "C" fn __wbindgen_describe___wbg_f_initEvent_initEvent_Event ( ) {
177
181
use wasm_bindgen:: describe:: * ;
178
182
inform ( FUNCTION ) ;
You can’t perform that action at this time.
0 commit comments