From b5b924ea58f5063c3485e58f3718524b6d715875 Mon Sep 17 00:00:00 2001 From: John McNamara Date: Sat, 11 Nov 2023 14:42:30 +0000 Subject: [PATCH] cond format: add extra docs --- src/conditional_format.rs | 37 +++++++++++++++++++++++++++++++------ 1 file changed, 31 insertions(+), 6 deletions(-) diff --git a/src/conditional_format.rs b/src/conditional_format.rs index f7367ed5..1fad82de 100644 --- a/src/conditional_format.rs +++ b/src/conditional_format.rs @@ -231,7 +231,12 @@ //! # } //! ``` //! -//! Output file: +//! This creates conditional format rules like this: +//! +//! +//! +//! And the following output file: //! //! @@ -400,7 +405,11 @@ generate_conditional_format_impls!( /// # } /// ``` /// -/// Output file: +/// This creates conditional format rules like this: +/// +/// +/// +/// And the following output file: /// /// @@ -477,7 +486,11 @@ generate_conditional_format_impls!( /// # } /// ``` /// -/// Output file: +/// This creates conditional format rules like this: +/// +/// +/// +/// And the following output file: /// /// @@ -815,7 +828,11 @@ impl ConditionalFormatCell { /// # } /// ``` /// -/// Output file: +/// This creates conditional format rules like this: +/// +/// +/// +/// And the following output file: /// /// /// @@ -975,7 +992,11 @@ impl ConditionalFormatDuplicate { /// # } /// ``` /// -/// Output file: +/// This creates conditional format rules like this: +/// +/// +/// +/// And the following output file: /// /// @@ -1186,7 +1207,11 @@ impl ConditionalFormatAverage { /// # } /// ``` /// -/// Output file: +/// This creates conditional format rules like this: +/// +/// +/// +/// And the following output file: /// ///