Skip to content

Commit

Permalink
Minor: Comment temporary function for documentation migration (apache…
Browse files Browse the repository at this point in the history
…#13669)

* Minor: Comment temporary function for documentation migration

* Minor: Comment temporary function for documentation migration
  • Loading branch information
comphead authored and zhuliquan committed Dec 15, 2024
1 parent ef66c56 commit 13adab5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion datafusion/core/src/bin/print_functions_docs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ fn print_window_docs() -> Result<String> {
// the migration of UDF documentation generation from code based
// to attribute based
// To be removed
#[allow(dead_code)]
fn save_doc_code_text(documentation: &Documentation, name: &str) {
let attr_text = documentation.to_doc_attribute();

Expand Down Expand Up @@ -182,7 +183,7 @@ fn print_docs(
};

// Temporary for doc gen migration, see `save_doc_code_text` comments
save_doc_code_text(documentation, &name);
// save_doc_code_text(documentation, &name);

// first, the name, description and syntax example
let _ = write!(
Expand Down

0 comments on commit 13adab5

Please sign in to comment.