Chen-Yuan-Lai commented on issue #14001:
URL: https://github.com/apache/datafusion/issues/14001#issuecomment-2579088412

   @comphead  if the doc_section is a string, user_doc macro syntax will change 
for all functions?
   
   Before
   ```rust
   #[user_doc(
       doc_section(label = "String Functions"),
       description = "...",
       syntax_example = "...",
       ...
   )]
   ```
   After
   ```rust
   #[user_doc(
       doc_section = "String Functions",
       description = "...",
       syntax_example = "...",
       ...
   )]
   ```


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to