(f)
| 353 | outputMarkdown(cont, output_file) |
| 354 | |
| 355 | def isReleaseNotes(f): |
| 356 | return os.path.basename(f) == releaseNotesName |
| 357 | |
| 358 | def excludeHeadingsFor(f): |
| 359 | return headingExcludeRelease if isReleaseNotes(f) else headingExcludeDefault |
no outgoing calls
no test coverage detected