Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 1 | # Generated file; do not modify. |
| 2 | subdir('Activation') |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 3 | subdir('ActivationBlocksTransition') |
| 4 | subdir('ActivationProgress') |
| 5 | subdir('ApplyOptions') |
| 6 | subdir('ApplyTime') |
| 7 | subdir('ExtendedVersion') |
| 8 | subdir('Image') |
| 9 | subdir('MinimumVersion') |
| 10 | subdir('RedundancyPriority') |
| 11 | subdir('RequestedRedundancyPriority') |
| 12 | subdir('Settings') |
| 13 | subdir('Update') |
| 14 | subdir('Version') |
| 15 | |
| 16 | sdbusplus_current_path = 'xyz/openbmc_project/Software' |
| 17 | |
| 18 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 19 | 'xyz/openbmc_project/Software/Activation__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 20 | input: [ '../../../../yaml/xyz/openbmc_project/Software/Activation.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 21 | output: [ 'Activation.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 22 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 23 | command: [ |
| 24 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 25 | '--output', meson.current_build_dir(), |
| 26 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 27 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 28 | 'xyz/openbmc_project/Software/Activation', |
| 29 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 30 | install: should_generate_markdown, |
| 31 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 32 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 33 | ) |
| 34 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 35 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 36 | 'xyz/openbmc_project/Software/ActivationBlocksTransition__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 37 | input: [ '../../../../yaml/xyz/openbmc_project/Software/ActivationBlocksTransition.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 38 | output: [ 'ActivationBlocksTransition.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 39 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 40 | command: [ |
| 41 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 42 | '--output', meson.current_build_dir(), |
| 43 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 44 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 45 | 'xyz/openbmc_project/Software/ActivationBlocksTransition', |
| 46 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 47 | install: should_generate_markdown, |
| 48 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 49 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 50 | ) |
| 51 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 52 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 53 | 'xyz/openbmc_project/Software/ActivationProgress__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 54 | input: [ '../../../../yaml/xyz/openbmc_project/Software/ActivationProgress.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 55 | output: [ 'ActivationProgress.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 56 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 57 | command: [ |
| 58 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 59 | '--output', meson.current_build_dir(), |
| 60 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 61 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 62 | 'xyz/openbmc_project/Software/ActivationProgress', |
| 63 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 64 | install: should_generate_markdown, |
| 65 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 66 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 67 | ) |
| 68 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 69 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 70 | 'xyz/openbmc_project/Software/ApplyOptions__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 71 | input: [ '../../../../yaml/xyz/openbmc_project/Software/ApplyOptions.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 72 | output: [ 'ApplyOptions.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 73 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 74 | command: [ |
| 75 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 76 | '--output', meson.current_build_dir(), |
| 77 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 78 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 79 | 'xyz/openbmc_project/Software/ApplyOptions', |
| 80 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 81 | install: should_generate_markdown, |
| 82 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 83 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 84 | ) |
| 85 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 86 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 87 | 'xyz/openbmc_project/Software/ApplyTime__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 88 | input: [ '../../../../yaml/xyz/openbmc_project/Software/ApplyTime.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 89 | output: [ 'ApplyTime.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 90 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 91 | command: [ |
| 92 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 93 | '--output', meson.current_build_dir(), |
| 94 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 95 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 96 | 'xyz/openbmc_project/Software/ApplyTime', |
| 97 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 98 | install: should_generate_markdown, |
| 99 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 100 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 101 | ) |
| 102 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 103 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 104 | 'xyz/openbmc_project/Software/ExtendedVersion__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 105 | input: [ '../../../../yaml/xyz/openbmc_project/Software/ExtendedVersion.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 106 | output: [ 'ExtendedVersion.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 107 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 108 | command: [ |
| 109 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 110 | '--output', meson.current_build_dir(), |
| 111 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 112 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 113 | 'xyz/openbmc_project/Software/ExtendedVersion', |
| 114 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 115 | install: should_generate_markdown, |
| 116 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 117 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 118 | ) |
| 119 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 120 | generated_markdown += custom_target( |
Patrick Williams | 8e36078 | 2023-09-09 12:17:52 -0500 | [diff] [blame] | 121 | 'xyz/openbmc_project/Software/Image__markdown'.underscorify(), |
| 122 | input: [ '../../../../yaml/xyz/openbmc_project/Software/Image.errors.yaml', ], |
| 123 | output: [ 'Image.md' ], |
| 124 | depend_files: sdbusplusplus_depfiles, |
| 125 | command: [ |
| 126 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 127 | '--output', meson.current_build_dir(), |
| 128 | '--tool', sdbusplusplus_prog, |
| 129 | '--directory', meson.current_source_dir() / '../../../../yaml', |
| 130 | 'xyz/openbmc_project/Software/Image', |
| 131 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 132 | install: should_generate_markdown, |
| 133 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 134 | build_by_default: should_generate_markdown, |
Patrick Williams | 8e36078 | 2023-09-09 12:17:52 -0500 | [diff] [blame] | 135 | ) |
| 136 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 137 | generated_markdown += custom_target( |
Adriana Kobylak | 9012243 | 2024-03-19 10:32:20 -0500 | [diff] [blame] | 138 | 'xyz/openbmc_project/Software/MinimumVersion__markdown'.underscorify(), |
| 139 | input: [ '../../../../yaml/xyz/openbmc_project/Software/MinimumVersion.interface.yaml', ], |
| 140 | output: [ 'MinimumVersion.md' ], |
| 141 | depend_files: sdbusplusplus_depfiles, |
| 142 | command: [ |
| 143 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 144 | '--output', meson.current_build_dir(), |
| 145 | '--tool', sdbusplusplus_prog, |
| 146 | '--directory', meson.current_source_dir() / '../../../../yaml', |
| 147 | 'xyz/openbmc_project/Software/MinimumVersion', |
| 148 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 149 | install: should_generate_markdown, |
| 150 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 151 | build_by_default: should_generate_markdown, |
Adriana Kobylak | 9012243 | 2024-03-19 10:32:20 -0500 | [diff] [blame] | 152 | ) |
| 153 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 154 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 155 | 'xyz/openbmc_project/Software/RedundancyPriority__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 156 | input: [ '../../../../yaml/xyz/openbmc_project/Software/RedundancyPriority.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 157 | output: [ 'RedundancyPriority.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 158 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 159 | command: [ |
| 160 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 161 | '--output', meson.current_build_dir(), |
| 162 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 163 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 164 | 'xyz/openbmc_project/Software/RedundancyPriority', |
| 165 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 166 | install: should_generate_markdown, |
| 167 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 168 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 169 | ) |
| 170 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 171 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 172 | 'xyz/openbmc_project/Software/RequestedRedundancyPriority__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 173 | input: [ '../../../../yaml/xyz/openbmc_project/Software/RequestedRedundancyPriority.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 174 | output: [ 'RequestedRedundancyPriority.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 175 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 176 | command: [ |
| 177 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 178 | '--output', meson.current_build_dir(), |
| 179 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 180 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 181 | 'xyz/openbmc_project/Software/RequestedRedundancyPriority', |
| 182 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 183 | install: should_generate_markdown, |
| 184 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 185 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 186 | ) |
| 187 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 188 | generated_markdown += custom_target( |
Willy Tu | 4aec802 | 2021-05-20 23:57:16 -0700 | [diff] [blame] | 189 | 'xyz/openbmc_project/Software/Settings__markdown'.underscorify(), |
| 190 | input: [ '../../../../yaml/xyz/openbmc_project/Software/Settings.interface.yaml', ], |
| 191 | output: [ 'Settings.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 192 | depend_files: sdbusplusplus_depfiles, |
Willy Tu | 4aec802 | 2021-05-20 23:57:16 -0700 | [diff] [blame] | 193 | command: [ |
| 194 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 195 | '--output', meson.current_build_dir(), |
| 196 | '--tool', sdbusplusplus_prog, |
| 197 | '--directory', meson.current_source_dir() / '../../../../yaml', |
| 198 | 'xyz/openbmc_project/Software/Settings', |
| 199 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 200 | install: should_generate_markdown, |
| 201 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 202 | build_by_default: should_generate_markdown, |
Willy Tu | 4aec802 | 2021-05-20 23:57:16 -0700 | [diff] [blame] | 203 | ) |
| 204 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 205 | generated_markdown += custom_target( |
Jagpal Singh Gill | 4206b1a | 2023-08-05 11:23:59 -0700 | [diff] [blame] | 206 | 'xyz/openbmc_project/Software/Update__markdown'.underscorify(), |
Patrick Williams | 43006dd | 2024-09-19 16:38:01 -0400 | [diff] [blame] | 207 | input: [ '../../../../yaml/xyz/openbmc_project/Software/Update.errors.yaml', '../../../../yaml/xyz/openbmc_project/Software/Update.interface.yaml', ], |
Jagpal Singh Gill | 4206b1a | 2023-08-05 11:23:59 -0700 | [diff] [blame] | 208 | output: [ 'Update.md' ], |
| 209 | depend_files: sdbusplusplus_depfiles, |
| 210 | command: [ |
| 211 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 212 | '--output', meson.current_build_dir(), |
| 213 | '--tool', sdbusplusplus_prog, |
| 214 | '--directory', meson.current_source_dir() / '../../../../yaml', |
| 215 | 'xyz/openbmc_project/Software/Update', |
| 216 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 217 | install: should_generate_markdown, |
| 218 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 219 | build_by_default: should_generate_markdown, |
Jagpal Singh Gill | 4206b1a | 2023-08-05 11:23:59 -0700 | [diff] [blame] | 220 | ) |
| 221 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 222 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 223 | 'xyz/openbmc_project/Software/Version__markdown'.underscorify(), |
Patrick Williams | 43006dd | 2024-09-19 16:38:01 -0400 | [diff] [blame] | 224 | input: [ '../../../../yaml/xyz/openbmc_project/Software/Version.errors.yaml', '../../../../yaml/xyz/openbmc_project/Software/Version.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 225 | output: [ 'Version.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 226 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 227 | command: [ |
| 228 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 229 | '--output', meson.current_build_dir(), |
| 230 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 231 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 232 | 'xyz/openbmc_project/Software/Version', |
| 233 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 234 | install: should_generate_markdown, |
| 235 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 236 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 237 | ) |
| 238 | |