Hide sixtyfps::Repeater::RepeaterInner from the C++ docs

This commit is contained in:
Simon Hausmann 2021-06-18 17:15:39 +02:00
parent 42c25248a8
commit 3587d49445

View file

@ -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.