Searched refs:lstStarted (Results 1 – 2 of 2) sorted by relevance
/btstack/port/arduino/docs/ |
H A D | update_listings.py | 134 def writeTextBlock(aout, lstStarted): argument 136 if text_block and not lstStarted: 140 def writeItemizeBlock(aout, lstStarted): argument 142 if itemize_block and not lstStarted: 184 lstStarted = state != State.SearchListingStart 190 writeItemizeBlock(aout, lstStarted) 196 writeTextBlock(aout, lstStarted) 203 writeTextBlock(aout, lstStarted)
|
/btstack/doc/manual/ |
H A D | markdown_create_examples.py | 164 def writeTextBlock(aout, lstStarted): argument 166 if text_block and not lstStarted: 170 def writeItemizeBlock(aout, lstStarted): argument 172 if itemize_block and not lstStarted: 214 lstStarted = state != State.SearchListingStart 220 writeItemizeBlock(aout, lstStarted) 226 writeTextBlock(aout, lstStarted) 233 writeTextBlock(aout, lstStarted)
|