mirror of
https://github.com/nicbarker/clay.git
synced 2025-09-18 04:26:18 +00:00
Update main title to fix clash with clay macro
This commit is contained in:
parent
fad85b56c3
commit
6e1fe7e8f2
|
@ -1,4 +1,4 @@
|
||||||
# Clay
|
# Clay, A UI Layout Library
|
||||||
**_Clay_** (short for **C Layout**) is a high performance 2D UI layout library.
|
**_Clay_** (short for **C Layout**) is a high performance 2D UI layout library.
|
||||||
|
|
||||||
### Major Features
|
### Major Features
|
||||||
|
@ -179,7 +179,7 @@ For help starting out or to discuss clay, considering joining [the discord serve
|
||||||
- [Clay_GetElementData](#clay_getelementdata)
|
- [Clay_GetElementData](#clay_getelementdata)
|
||||||
- [Clay_GetElementId](#clay_getelementid)
|
- [Clay_GetElementId](#clay_getelementid)
|
||||||
- [Element Macros](#element-macros)
|
- [Element Macros](#element-macros)
|
||||||
- [CLAY](#clay-uppercase)
|
- [CLAY](#clay)
|
||||||
- [CLAY_ID](#clay_id)
|
- [CLAY_ID](#clay_id)
|
||||||
- [CLAY_IDI](#clay_idi)
|
- [CLAY_IDI](#clay_idi)
|
||||||
- [Data Structures & Defs](#data-structures--definitions)
|
- [Data Structures & Defs](#data-structures--definitions)
|
||||||
|
@ -771,7 +771,6 @@ Returns a [Clay_ElementId](#clay_elementid) for the provided id string, used for
|
||||||
|
|
||||||
## Element Macros
|
## Element Macros
|
||||||
|
|
||||||
<a name="clay-uppercase"></a>
|
|
||||||
### CLAY()
|
### CLAY()
|
||||||
**Usage**
|
**Usage**
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue