Home
last modified time | relevance | path

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

/third_party/openh264/docs/
Ddoxygen2rst.py10 LINE_BREAKER = "\n" variable
135 return ".. image:: images/" + uml_name + ".png" + LINE_BREAKER
170 retstr = LINE_BREAKER
172 retstr += "".ljust(indent, " ") + "| **" + title + "**" + LINE_BREAKER
176 retstr = LINE_BREAKER
178 retstr += ".. _ref-" + ref + ":" + LINE_BREAKER + LINE_BREAKER
179 retstr += title + LINE_BREAKER
180 retstr += "".ljust(20, flag) + LINE_BREAKER
181 retstr += LINE_BREAKER
200 retstr = "::" + LINE_BREAKER + LINE_BREAKER
[all …]