This application extracts formatted English text from Swift documentation comments.
It is useful when you want to translate English documentation comment.
For example:
```
/// This is
/// sample document.
```
This is how it will be converted.
```
This is sample document.
```
This application is published as OSS.
https://github.com/YusukeHosonuma/E2DC