diff options
author | Alexander Altman <alexanderaltman@me.com> | 2017-01-23 12:26:23 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-23 12:26:23 -0800 |
commit | 56d49379f4ae378459fcaac1a47333cc9b6cfa1b (patch) | |
tree | 06aa5092202fb6f0e3991998723f86661dfcc090 /README.md | |
parent | 793a74f6c0a3369e8011502b6324396b6b4d021c (diff) |
Add missing highlighting language annotation
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -192,7 +192,7 @@ a struct/class. The `hide` annotation instructs bindgen to ignore the struct/class/field/enum completely. -``` +```cpp /// <div rustbindgen hide></div> ``` |