docs: Fix dead links between docs

... and add in text that went missing in the Globals section of the rust
docs.
This commit is contained in:
Tobias Hunger 2023-03-23 11:22:51 +01:00
parent 4ca6fd53c9
commit da95051db1
No known key found for this signature in database
GPG key ID: 60874021D2F23F91
2 changed files with 7 additions and 6 deletions

View file

@ -619,9 +619,10 @@ auto access_array_index(const M &model, size_t index)
} // namespace private_api
/// \rst
/// A Model is providing Data for |Repetition|_ repetitions or |ListView|_ elements of the
/// :code:`.slint` language
/// \endrst
/// A Model is providing Data for
/// `for - in<../../slint/src/reference/repetitions.html>`_ repetitions or
/// `ListView<../../slint/src/builtins/widgets.html#listview>`_ elements of the :code:`.slint`
/// language \endrst
template<typename ModelData>
class Model
{