From f8ba0ee64abe614780324711c8b0b7274d38eb0a Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Wed, 7 Dec 2016 14:53:23 +0100 Subject: Doc: Specify #include path for each \class QDoc tries to guess the correct #include statement, displayed in the requisites table in the class reference. However, this often produces incorrect information for a module as complex as Qt3D. To fix this, manually specify the include path with the \inheaderfile command. Change-Id: I42929b92600d07d759f4f76e9051ff656785c652 Reviewed-by: Sean Harmer --- src/render/materialsystem/qparameter.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/render/materialsystem/qparameter.cpp') diff --git a/src/render/materialsystem/qparameter.cpp b/src/render/materialsystem/qparameter.cpp index 10af1d24c..8f83fd02e 100644 --- a/src/render/materialsystem/qparameter.cpp +++ b/src/render/materialsystem/qparameter.cpp @@ -53,6 +53,7 @@ /*! * \class Qt3DRender::QParameter + * \inheaderfile Qt3DRender/QParameter * \inmodule Qt3DRender * * \brief Provides storage for a name and value pair. -- cgit v1.2.3