tudo-aqua / bgw

BoardGameWork
https://tudo-aqua.github.io/bgw/
Apache License 2.0
25 stars 16 forks source link

Dialog documentation is using wrong classes for the Type (AlertType instead of DialogType) #354

Open sdwagner opened 1 year ago

sdwagner commented 1 year ago

Are you refering to KDocs or GitHub Pages? Github Pages (https://tudo-aqua.github.io/bgw/dialogs/dialog/dialog.html)

In case of unclear documentation In the code examples AlertType is used. AlertType does not exist (anymore). DialogType has to be used.

Additional context AlertType is used in both Code examples. Also alertType as parameter for the constructor does not exist.