Lines Matching refs:code

59 …es this with code-element names found by Doxygen.  If a match is found, then it appends hyperlinks…
61 …ating, ensure the stem of the file name matches the beginning part of the code-element name you wa…
63 …ile you are creating, ensure the stem of the file name DOES NOT match any code-element names found…
70 …nts to be nicely word-wrapped so that they are more readable in text- and code-editors that do not…
192 * Do not use tab characters in code blocks.
194 * Include at least 1 empty line after a code block.
195 * There must be one empty line between the code block directive and the code.
196code-block::` is the only directive that should be used. Note carefully that unlike the **link ta…
197 * If you want to separate code into easier-to-understand sections you can do so with a single empty…
198 * For syntax highlighting appropriate to the language in the code block, specify the language after…
200 - `.. code-block:: c`,
201 - `.. code-block:: cpp`,
202 - `.. code-block:: python`,
203 - `.. code-block:: shell`,
204 - `.. code-block:: kconfig`,
205 - `.. code-block:: json`,
206 - `.. code-block:: yaml`,
207 - `.. code-block:: csharp` (or "cs"),
208 - `.. code-block:: vb.net`,
209 - `.. code-block:: dot` (graphviz),
210 - `.. code-block:: html`,
211 - `.. code-block:: css`,
212 - `.. code-block:: xml`,
213 - `.. code-block:: make`.
225 - If you want to include a code block under a list item,
228 .. code-block: python
230 # this is some code
246 If you want to reference portions of the LVGL code from the documentation (in .RST files) there are…