Standardise start/end comment tags (to our internal format) (#20)

This commit is contained in:
Andrew Scheller
2021-01-28 16:05:03 +00:00
committed by GitHub
parent 2b0aa6bc79
commit 3f8bff094d
9 changed files with 23 additions and 23 deletions

View File

@@ -42,7 +42,7 @@ int bits[10] = {
0x67 // 9
};
// tag::hello_gpio[]
/// \tag::hello_gpio[]
int main() {
stdio_init_all();
printf("Hello, 7segment - press button to count down!\n");
@@ -92,4 +92,4 @@ int main() {
return 0;
}
// end::hello_gpio[]
/// \end::hello_gpio[]