1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

fix(docs): trailing underscore looked like hyperlink to Sphinx (#7172)

This commit is contained in:
Victor Wheeler 2024-10-29 00:53:26 -06:00 committed by GitHub
parent 50e49b74c5
commit d5cb181101
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -409,7 +409,7 @@ Sets the padding between the columns. Used by the layouts.
pad_radial
~~~~~~~~~~
Pad text labels away from the scale ticks/remainder of the LV_PART_
Pad text labels away from the scale ticks/remainder of the ``LV_PART_``
.. raw:: html

View File

@ -121,7 +121,7 @@ props = [
{'name': 'PAD_RADIAL',
'style_type': 'num', 'var_type': 'int32_t' , 'default':0, 'inherited': 0, 'layout': 0, 'ext_draw': 0,
'dsc': "Pad text labels away from the scale ticks/remainder of the LV_PART_"},
'dsc': "Pad text labels away from the scale ticks/remainder of the ``LV_PART_``"},
{'section': 'Margin', 'dsc' : "Properties to describe spacing around a Widget. Very similar to the margin properties in HTML."},
{'name': 'MARGIN_TOP',