ding-young commented on code in PR #14086: URL: https://github.com/apache/datafusion/pull/14086#discussion_r1916385694
########## datafusion/macros/src/user_doc.rs: ########## @@ -24,11 +25,12 @@ use syn::{parse_macro_input, DeriveInput, LitStr}; /// from it by constructing a `DocumentBuilder()` automatically. The `Documentation` can be /// retrieved from the `documentation()` method /// declared on `AggregateUDF`, `WindowUDFImpl`, `ScalarUDFImpl` traits. -/// +/// For `doc_section`, this macro will try to find corresponding predefined `DocSection` by label field +/// Predefined `DocSection` can be found in datafusion/expr/src/udf.rs Review Comment: also documented here -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org