Skip to content

Commit 4eaaad8

Browse files
authored
Merge pull request #3 from dmp100/coderabbitai/docstrings/0e71226
📝 Add docstrings to `feat/#1-test-Coderabbit`
2 parents 0e71226 + 6e05994 commit 4eaaad8

File tree

1 file changed

+5
-0
lines changed
  • composeApp/src/commonMain/kotlin/org/patchnote/patchnote

1 file changed

+5
-0
lines changed

composeApp/src/commonMain/kotlin/org/patchnote/patchnote/App.kt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ import org.jetbrains.compose.ui.tooling.preview.Preview
1919
import patchnote11.composeapp.generated.resources.Res
2020
import patchnote11.composeapp.generated.resources.compose_multiplatform
2121
// Test Coderabbit22
22+
/**
23+
* Previewable root composable that shows a button which toggles the visibility of additional content.
24+
*
25+
* When visible, the content displays a platform image and a greeting string obtained from `Greeting().greet()`.
26+
*/
2227
@Composable
2328
@Preview
2429
fun App() {

0 commit comments

Comments
 (0)