summaryrefslogtreecommitdiff
path: root/src/codegen/mod.rs
diff options
context:
space:
mode:
authorDylan McKay <me@dylanmckay.io>2017-07-06 12:23:56 +1200
committerDylan McKay <me@dylanmckay.io>2017-07-08 11:38:23 +1200
commit239a0154cdab5fa0052f2ce98129e2c169dc1cc4 (patch)
treeb52435287980d77af247fc49b0a3f34dd5bb72ed /src/codegen/mod.rs
parent3bb248ba247c2b8b3433c03102276b925b5025d0 (diff)
Intelligently convert C/C++ comments to Rust
With this change, we can correctly parse C++ block comments. ``` /** * Does a thing * * More documentation. This test does something * useful. */ ``` into ``` /// Does a thing /// /// More documentation. This test does something /// useful. ``` Fixes servo/rust-bindgen#426.
Diffstat (limited to 'src/codegen/mod.rs')
0 files changed, 0 insertions, 0 deletions