mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 06:11:16 +00:00
Hide sixtyfps::Repeater::RepeaterInner from the C++ docs
This commit is contained in:
parent
42c25248a8
commit
3587d49445
1 changed files with 2 additions and 0 deletions
|
@ -479,6 +479,7 @@ class Repeater
|
|||
{
|
||||
Property<std::shared_ptr<Model<ModelData>>> model;
|
||||
|
||||
#if !defined(DOXYGEN) // hide from public API
|
||||
struct RepeaterInner : AbstractRepeaterView
|
||||
{
|
||||
enum class State { Clean, Dirty };
|
||||
|
@ -511,6 +512,7 @@ class Repeater
|
|||
}
|
||||
}
|
||||
};
|
||||
#endif // !defined(DOXYGEN) -- hide from public API
|
||||
|
||||
public:
|
||||
// FIXME: should be private, but layouting code uses it.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue