Commit 66c5b55
Add KDoc documentation to OutlineStyle.kt
Summary:
Added KDoc documentation to OutlineStyle.kt:
- Enum documentation explaining CSS outline-style correspondence
- Explained that outlines are drawn outside border edge
- Documented each value: SOLID, DASHED, DOTTED
- Added fromString() method documentation
- Added see reference to BorderStyle
changelog: [internal] internal
bypass-github-export-checks Documentation only
Reviewed By: javache
Differential Revision: D91555118
fbshipit-source-id: d80a7d17b15fc8b5d38b1265accdb4548d5c563f1 parent 86c45fe commit 66c5b55
1 file changed
Lines changed: 17 additions & 0 deletions
File tree
- packages/react-native/ReactAndroid/src/main/java/com/facebook/react/uimanager/style
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
10 | 18 | | |
| 19 | + | |
11 | 20 | | |
| 21 | + | |
12 | 22 | | |
| 23 | + | |
13 | 24 | | |
14 | 25 | | |
15 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
16 | 33 | | |
17 | 34 | | |
18 | 35 | | |
| |||
0 commit comments