Skip to content

Commit 2396141

Browse files
author
bors-servo
authored
Auto merge of rust-lang#8 - servo:readme, r=emilio
Correct the README on the rustbindgen attribute.
2 parents 6f73db9 + cffef57 commit 2396141

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,11 @@ Annotations
108108
-----------
109109
The translation of classes, structs, enums, and typedefs can be adjusted using annotations. Annotations are specifically formatted html tags inside doxygen style comments. The opaque annotation instructs bindgen to ignore all fields defined in a struct/class.
110110

111-
/// <div rust-bindgen opaque></div>
111+
/// <div rustbindgen opaque></div>
112112

113113
The hide annotation instructs bindgen to ignore the struct/class/field/enum completely.
114114

115-
/// <div rust-bindgen hide></div>
115+
/// <div rustbindgen hide></div>
116116

117117
Macro Usage
118118
-----------

0 commit comments

Comments
 (0)