Standardise start/end comment tags (to our internal format) (#20)
This commit is contained in:
committed by
Graham Sanderson
parent
58f46b2526
commit
90d785bb5b
@@ -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[]
|
||||
|
||||
Reference in New Issue
Block a user