Re: [I] Automatically generate function documentation from comments / code [datafusion]

2024-09-25 Thread via GitHub
Omega359 commented on issue #12432: URL: https://github.com/apache/datafusion/issues/12432#issuecomment-2375243708 take -- 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 u

Re: [I] Automatically generate function documentation from comments / code [datafusion]

2024-09-17 Thread via GitHub
alamb commented on issue #12432: URL: https://github.com/apache/datafusion/issues/12432#issuecomment-2356586012 > I don't like the fn name 'doc_category' but I couldn't come up with something better. How about "doc_description_cateogory" or "doc_type" 🤔 -- This is an automated mes

Re: [I] Automatically generate function documentation from comments / code [datafusion]

2024-09-16 Thread via GitHub
Omega359 commented on issue #12432: URL: https://github.com/apache/datafusion/issues/12432#issuecomment-2354365174 I took a quick look at this and I believe we need to add a `doc_category` for each udf to be able to slot it into the appropriate section in the documentation. For example, for

[I] Automatically generate function documentation from comments / code [datafusion]

2024-09-11 Thread via GitHub
alamb opened a new issue, #12432: URL: https://github.com/apache/datafusion/issues/12432 ### Is your feature request related to a problem or challenge? When we add a new function to datafusion's library we have to remember to document that function in the documentation, for example in