Skip to content

Commit

Permalink
[#349] Review: Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
paulinea authored and florentmaitre committed Dec 7, 2022
1 parent 884f581 commit 48cb41b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ import com.orange.ods.compose.theme.OdsTheme
* @param expanded Whether the menu is currently open and visible to the user
* @param onDismissRequest Called when the user requests to dismiss the menu, such as by
* tapping outside the menu's bounds
* @param modifier The modifier to be applied to the menu
* @param offset [DpOffset] to be added to the position of the menu
* @param properties [PopupProperties] for further customization of the popup's behavior
* @param menuItems List of [OdsMenuItem] to display in the menu
*/
@Composable
fun OdsDropdownMenu(
Expand Down Expand Up @@ -58,7 +61,6 @@ fun OdsDropdownMenu(
*
* @param text The text of the menu item
* @param onClick Called when the menu item was clicked
* @param modifier The modifier to be applied to the menu item
* @param enabled Controls the enabled state of the menu item - when `false`, the menu item
* will not be clickable and [onClick] will not be invoked
*/
Expand Down

0 comments on commit 48cb41b

Please sign in to comment.