From a0a7a59ea3e11bdb32e7e734cf6585d63e56b595 Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Wed, 28 Oct 2020 18:27:14 +0100 Subject: Organize QtSvgWidgets documentation Give the widgets class a place to call home. QtSvgWidgets is just a library, not a separate module, but we need a module page that the classes can refer to for correct build instructions. Change-Id: Id7ab95d879991c4b7b375d3c4df9f97206efe181 Reviewed-by: Paul Wicking --- src/svg/doc/src/qtsvg.qdoc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'src/svg/doc/src/qtsvg.qdoc') diff --git a/src/svg/doc/src/qtsvg.qdoc b/src/svg/doc/src/qtsvg.qdoc index a34bbf7..bee0a29 100644 --- a/src/svg/doc/src/qtsvg.qdoc +++ b/src/svg/doc/src/qtsvg.qdoc @@ -39,4 +39,19 @@ for rendering and displaying SVG drawings in widgets and on other paint devices. See the class descriptions for further details. + The \l{Qt SVG Widgets C++ Classes}{Qt SVG Widgets} library provides C++ + classes for rendering SVG drawings into widget UIs. + + \generatelist classesbymodule QtSvgWidgets +*/ + +/* + This "module" only exists so that classes in the separate library have + the correct build system documentation. +*/ +/*! + \module QtSvgWidgets + \title Qt SVG Widgets C++ Classes + \qtcmakepackage SvgWidgets + \qtvariable svgwidgets */ -- cgit v1.2.1