diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2017-07-08 09:30:10 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-08 09:30:10 -0700 |
commit | f19e576961d2e3832760ca22a8e62f8ab4f7f078 (patch) | |
tree | c823921e73e5e1d26127bd04bd083bee4fd127b3 /src/codegen/mod.rs | |
parent | 71f2410a5478ffa0f6af10c1fd8d910cafaca4f7 (diff) | |
parent | 239a0154cdab5fa0052f2ce98129e2c169dc1cc4 (diff) |
Auto merge of #791 - dylanmckay:preprocess-doc-comments, r=emilio
Intelligently convert C/C++ comments to Rust
With this change, we can correctly parse C++ block comments.
```cpp
/**
* Does a thing
*
* More documentation. This test does something
* useful.
*/
```
into
```rust
/// 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