Home | History | Annotate | Download | only in Core

Lines Matching refs:doxygen

62 namespace doxygen {
64 // This is a workaround to doxygen not being able to understand the inheritance logic
66 // Moreover, doxygen fails to include members that are not documented in the declaration body of
70 /** This class is just a workaround for Doxygen and it does not not actually exist. */
72 /** This class is just a workaround for Doxygen and it does not not actually exist. */
76 /** This class is just a workaround for Doxygen and it does not not actually exist. */
81 } // namespace doxygen
95 class PlainObjectBase : public doxygen::dense_xpr_base_dispatcher<Derived>