Home
last modified time | relevance | path

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

/Zephyr-latest/doc/_scripts/
Dgen_devicetree_rest.py580 print(to_code_block(binding.description.strip()), file=string_io)
724 details += to_code_block(raw_prop_descr)
805 def to_code_block(s, indent=0): function