diff options
author | Dylan McKay <me@dylanmckay.io> | 2017-07-06 12:23:56 +1200 |
---|---|---|
committer | Dylan McKay <me@dylanmckay.io> | 2017-07-08 11:38:23 +1200 |
commit | 239a0154cdab5fa0052f2ce98129e2c169dc1cc4 (patch) | |
tree | b52435287980d77af247fc49b0a3f34dd5bb72ed /src/codegen/mod.rs | |
parent | 3bb248ba247c2b8b3433c03102276b925b5025d0 (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