ongchi commented on issue #9173:
URL:
https://github.com/apache/arrow-datafusion/issues/9173#issuecomment-1940392426
[Here](https://github.com/ongchi/comment-extract) is a quick (and dirty)
proof of concept of the doc comments extractor.
```shell
# Under arrow-datafusion project folder
comment-extract \
--package "datafusion-expr" \
--module-path "datafusion_expr::expr_fn" \
--kind function
```
The output example would be like this:
https://gist.github.com/ongchi/ad5b256ddcf0dc5560e910e765e2c225
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]