Commit 4929a38d authored by Nico Vertriest's avatar Nico Vertriest Committed by The Qt Project
Browse files

Doc: several snippet issues in multiple.qdoc


- added path to qdocinc file in qtactiveqt.qdocconf
- removed unnecessary snippet label from multiple-demo.qdocinc
- modified path to qdocinc file
- removed reference to directory name,
  input statement now only specifying file name multiple-demo.qdocinc

Task-number: QTBUG-29101

Change-Id: Icc957907cfcbab97a01ffec07819f667961644b8
Reviewed-by: default avatarMartin Smith <martin.smith@digia.com>
parent eae270cb
Branches
Tags
No related merge requests found
Showing with 4 additions and 5 deletions
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
\page qaxserver-demo-multiple.html \page qaxserver-demo-multiple.html
\title Two Simple Qt Widgets \title Two Simple Qt Widgets
\input examples/multiple-demo.qdocinc \input multiple-demo.qdocinc
*/ */
/*! /*!
...@@ -66,5 +66,5 @@ ...@@ -66,5 +66,5 @@
WebBrowser to support ActiveX controls, and scripting to be WebBrowser to support ActiveX controls, and scripting to be
enabled. enabled.
\input doc/src/examples/multiple-demo.qdocinc \input multiple-demo.qdocinc
*/ */
...@@ -36,7 +36,8 @@ depends += qtcore qtgui qtdoc ...@@ -36,7 +36,8 @@ depends += qtcore qtgui qtdoc
headerdirs += .. headerdirs += ..
sourcedirs += .. sourcedirs += .. \
src/examples
exampledirs += ../../../examples/ \ exampledirs += ../../../examples/ \
src/examples/ \ src/examples/ \
......
\code \code
//! [0]
<script language="javascript"> <script language="javascript">
function setColor( form ) function setColor( form )
{ {
...@@ -35,5 +34,4 @@ CODEBASE="http://qt.nokia.com/demos/multipleax.cab"> ...@@ -35,5 +34,4 @@ CODEBASE="http://qt.nokia.com/demos/multipleax.cab">
Line width: <input type="edit" ID="widthEdit" value = "1" /> Line width: <input type="edit" ID="widthEdit" value = "1" />
<input type="button" value = "Set" onClick="setWidth(this.form)" /> <input type="button" value = "Set" onClick="setWidth(this.form)" />
</form> </form>
//! [0]
\endcode \endcode
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment