Skip to content

Commit 35efce9

Browse files
committed
Adding comment indicating file is auto generated
1 parent e841f4c commit 35efce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/GenerateThemesWikiMarkdown.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Function Main {
2323
}
2424

2525
Function Format-Output {
26-
26+
Write-OutputFile "[//]: <> (AUTO GENERATED FILE; DO NOT EDIT)"
2727
foreach($style in $discoverdStyles | Sort-Object -Property Control,@{Expression = {$_.IsDefault}; Ascending = $false}) {
2828
if ($previousFile -ne $style.File) {
2929
Write-OutputFile "`n$headerMarkdown $($style.File)"

0 commit comments

Comments
 (0)