GitHub user dhasenan opened a pull request:
https://github.com/apache/thrift/pull/1396
THRIFT-4305 Doc comments in dlang output
Thrift IDL supports documentation comments. D supports doc comments.
So let's copy them over!
Future directions: add function parameter docs. ddoc expects them in
a particular format.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dhasenan/thrift THRIFT-4305
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/1396.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1396
----
commit eced8542e6900375716ce9dbbfc8ec9c985c27a0
Author: dhasenan <[email protected]>
Date: 2017-10-21T15:25:14Z
THRIFT-4305 Doc comments in dlang output
Thrift IDL supports documentation comments. D supports doc comments.
So let's copy them over!
Future directions: add function parameter docs. ddoc expects them in
a particular format.
----
---