Skip to content

Commit

Permalink
Revert "Consistent use of separators and newlines"
Browse files Browse the repository at this point in the history
This reverts commit 0b8bce1.
  • Loading branch information
snomos committed Apr 5, 2024
1 parent 944ba22 commit e43850e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scripts/doccomments2ghpages-vislcg.awk
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function docupath(s) {
return gensub("\\.\\./", "", "g", s);
}
END {
printf("\n* * *\n\n<small>This (part of) documentation was generated from " \
printf("\n* * *\n<small>This (part of) documentation was generated from " \
"[%s](%s/%s)" \
"</small>\n", docupath(FILENAME), REPOURL, docupath(FILENAME));
"</small>", docupath(FILENAME), REPOURL, docupath(FILENAME));
}
2 changes: 1 addition & 1 deletion scripts/doccomments2ghpages.awk
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,5 @@ function docupath(s) {
END {
printf("\n* * *\n\n<small>This (part of) documentation was generated from " \
"[%s](%s/%s)" \
"</small>\n", docupath(FILENAME), REPOURL, docupath(FILENAME));
"</small>\n\n---\n\n", docupath(FILENAME), REPOURL, docupath(FILENAME));
}

0 comments on commit e43850e

Please sign in to comment.