From ab345856b1abf47fbcbaf6e60184edaf66f07f31 Mon Sep 17 00:00:00 2001 From: Topi Reinio <topi.reinio@digia.com> Date: Tue, 7 May 2013 13:21:20 +0200 Subject: [PATCH] Doc: Fix invalid exampledirs in qtopengl.qdocconf Remove redundant and invalid exampledirs definition from .qdocconf for Qt Open GL module. Change-Id: I5a725bf57d78b2fd35aa4dbd24e8cb3881499ed3 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> --- src/opengl/doc/qtopengl.qdocconf | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/opengl/doc/qtopengl.qdocconf b/src/opengl/doc/qtopengl.qdocconf index eea618d8eab..e76a23844be 100644 --- a/src/opengl/doc/qtopengl.qdocconf +++ b/src/opengl/doc/qtopengl.qdocconf @@ -9,8 +9,6 @@ project = QtOpenGL # Images should be placed in <rootdir>/dic/images and examples in # <rootdir>/examples. # Paths are relative to the location of this file. -exampledirs += ../../../examples/dbus \ - snippets headerdirs += .. sourcedirs += .. \ -- GitLab