From cffef57f98f5dc56ebba74c3fcf99801897a3f20 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Fri, 1 Jul 2016 17:04:10 +0200 Subject: Correct the README on the rustbindgen attribute. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 47eda302..ae441537 100644 --- a/README.md +++ b/README.md @@ -108,11 +108,11 @@ Annotations ----------- 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. - ///
+ ///
The hide annotation instructs bindgen to ignore the struct/class/field/enum completely. - ///
+ ///
Macro Usage ----------- -- cgit v1.2.3