Home
last modified time | relevance | path

Searched refs:to_code_block (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.6.0/doc/_scripts/
Dgen_devicetree_rest.py504 print(to_code_block(binding.description.strip()), file=string_io)
648 details += to_code_block(raw_prop_descr)
729 def to_code_block(s, indent=0): function