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 Graham Sanderson
parent 58f46b2526
commit 90d785bb5b
9 changed files with 23 additions and 23 deletions

View File

@@ -8,7 +8,7 @@
#include "pico/stdlib.h"
#include "pico/multicore.h"
///tag::multicore_dispatch[]
/// \tag::multicore_dispatch[]
#define FLAG_VALUE 123
@@ -80,4 +80,4 @@ int main() {
}
///end::multicore_dispatch[]
/// \end::multicore_dispatch[]