mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -04:00
docs: Corrections, updates, and improvements
This commit is contained in:
parent
e19975e1f8
commit
a529a61955
6 changed files with 20 additions and 19 deletions
|
@ -31,7 +31,7 @@ Tokens
|
|||
IDENT
|
||||
~~~~~
|
||||
|
||||
An identifier starts with an ASCII underscore ``_`` or letter ``[A-Za-z]`` and consists of ASCII underscores, letters, digits ``[0-9]``, and dashes ``-``. Dashes are included for historical reasons, since GObject properties are traditionally kebab-case.
|
||||
An identifier starts with an ASCII underscore ``_`` or letter ``[A-Za-z]`` and consists of ASCII underscores, letters, digits ``[0-9]``, and dashes ``-``. Dashes are included for historical reasons, since GObject properties and signals are traditionally kebab-case.
|
||||
|
||||
.. _Syntax NUMBER:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue