Home
last modified time | relevance | path

Searched refs:description (Results 1 – 25 of 28) sorted by relevance

12

/lvgl-latest/docs/
Ddoc_builder.py239 def __init__(self, name, type, description, file_name, line_no): argument
242 self.description = description
271 self.description = None
293 self.description = build_docstring(child)
298 description = None
312 description = build_docstring(element)
314 field = STRUCT_FIELD(name, t, description, file_name, line_no)
322 if not self.description:
329 if not field.description:
414 self.description = None
[all …]
DCODING_STYLE.rst87 * Brief description. Add a blank line + additional paragraphs when more detail is needed.
88 * @param parent brief description of argument. Additional detail can appear
93 * @return brief description of return value.
104 * Brief description of struct
109 char *text; /**< Brief description of this member */
110 uint16_t length; /**< Brief description of this member */
184 - Always start Doxygen comment with a brief description of the code element it documents.
186 - When more detail is needed, add a blank line below the brief description and add
189 "detail" portions of the description.
196 ``@param[out] param_name description``.
[all …]
DDoxyfile43 # Using the PROJECT_BRIEF tag one can provide an optional one line description
45 # quick idea about the purpose of the project. Keep the description short.
104 # description of a member or function before the detailed description
112 # This tag implements a quasi-intelligent brief description abbreviator that is
114 # as the leading text of the brief description, will be stripped from the text
116 # text. Otherwise, the brief description is used as-is. If left blank, the
135 # description.
185 # description. If set to NO, the Javadoc-style will behave just like regular Qt-
187 # description.)
193 # line (until the first dot) of a Qt-style comment as the brief description. If
[all …]
DCONTRIBUTING.rst125 ``<subject>`` contains a short description of the change:
DREADME.md222 - First item description
/lvgl-latest/demos/multilang/
Dlv_demo_multilang.c25 const char * description; member
50 #define CARD_INFO_SET(_image, _name, _description) {.image = _image, .name = _name, .description = …
328 lv_obj_t * description = lv_label_create(card); in card_create() local
329 lv_label_set_text(description, info->description); in card_create()
330 lv_obj_set_grid_cell(description, LV_GRID_ALIGN_STRETCH, 2, 1, LV_GRID_ALIGN_STRETCH, 2, 1); in card_create()
331 lv_obj_set_style_text_color(description, lv_color_hex(0x5b5b5b), 0); in card_create()
332 lv_obj_set_style_text_line_space(description, -3, 0); in card_create()
/lvgl-latest/examples/widgets/animimg/
Dindex.rst7 :description: A simple example to demonstrate the use of an animation image.
/lvgl-latest/examples/widgets/arc/
Dindex.rst7 :description: A simple example to demonstrate the use of an arc.
/lvgl-latest/scripts/gen_json/
Dpycparser_monkeypatch.py257 docstring = doc_search.description
373 docstring = doc_search.description
499 docstring = doc_search.description
825 ('docstring', macro.description),
895 docstring = doc_search.description
915 if doc_arg.description is None:
918 arg['docstring'] = doc_arg.description
1134 docstring = struct_doc.description
1159 docstring = struct_doc.description
1171 field_docstring = field_doc.description
[all …]
/lvgl-latest/scripts/
Dimage_viewer.py9 parser = argparse.ArgumentParser(description="LVGL Binary Image Viewer")
Dtrace_filter.py11 parser = argparse.ArgumentParser(description='Filter a log file to a trace file.')
Dgenerate_lv_conf.py19 parser = argparse.ArgumentParser(formatter_class=argparse.RawTextHelpFormatter, description=""
Dproperties.py200 description='Search files and filter lines.')
Dupdate_version.py10 parser = argparse.ArgumentParser(formatter_class=argparse.RawTextHelpFormatter, description=""
DLVGLImage.py1314 parser = argparse.ArgumentParser(description='LVGL PNG to bin image tool.')
/lvgl-latest/scripts/built_in_font/
Dbuilt_in_font_gen.py8 parser = argparse.ArgumentParser(description="""Create fonts for LVGL including the built-in symbol…
/lvgl-latest/scripts/gdb/lvglgdb/
Ddebugger.py15 parser = argparse.ArgumentParser(description=Debugger.__doc__)
Dlvgl.py228 parser = argparse.ArgumentParser(description="Dump lvgl obj tree.")
271 parser = argparse.ArgumentParser(description="Dump lvgl obj local style.")
/lvgl-latest/src/drivers/glfw/
Dlv_glfw_window.c40 static void glfw_error_cb(int error, const char * description);
318 static void glfw_error_cb(int error, const char * description) in glfw_error_cb() argument
320 LV_LOG_ERROR("GLFW Error %d: %s", error, description); in glfw_error_cb()
/lvgl-latest/.github/
Dpull_request_template.md3 <!-- A clear and concise description of what the bug or new feature is.-->
/lvgl-latest/demos/transform/
Dlv_demo_transform.c23 const char * description; member
/lvgl-latest/docs/_static/css/
Dcustom.css93 .lv-example-description {
/lvgl-latest/tests/
Dmain.py223 description='Build and/or run LVGL tests.', epilog=epilog)
/lvgl-latest/docs/intro/
Dintroduction.rst117 * `fix/some-description`: temporary branches for bug fixes
118 * `feat/some-description`: temporary branches for features
/lvgl-latest/docs/details/integration/os/
Dzephyr.rst102 Zephyr uses the devicetree description language to create and manage LVGL input devices.

12