aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc
diff options
context:
space:
mode:
authorVenugopal Shivashankar <venugopal.shivashankar@digia.com>2015-03-18 13:31:58 +0100
committerVenugopal Shivashankar <venugopal.shivashankar@digia.com>2015-03-24 11:55:47 +0000
commit96e53977c387af11cd39d1cfc13d18af0de92698 (patch)
tree530c0a8a277eed253cd9faf4821833c67efd296b /src/qml/doc
parent7a874de4db87bfb3fd40e47bb488850a8a4047d4 (diff)
Doc: Removed a col from the table of qmldir statements
The table was too wide for the online template, which limits the width to 80 columns. Removed a redundant column in the table so that the readability improves in online version of the doc. Change-Id: I633cd81225333d814b1d47aa155130b8d6958e3e Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'src/qml/doc')
-rw-r--r--src/qml/doc/src/qmllanguageref/modules/qmldir.qdoc16
1 files changed, 2 insertions, 14 deletions
diff --git a/src/qml/doc/src/qmllanguageref/modules/qmldir.qdoc b/src/qml/doc/src/qmllanguageref/modules/qmldir.qdoc
index a477f49e78..ed73a2b9ba 100644
--- a/src/qml/doc/src/qmllanguageref/modules/qmldir.qdoc
+++ b/src/qml/doc/src/qmllanguageref/modules/qmldir.qdoc
@@ -43,17 +43,14 @@ documentation about
\section1 Contents of a Module Definition qmldir File
-A \c qmldir file which defines a module is a plain-text file which consists
-of the following commands:
+A \c qmldir file is a plain-text file that contains
+the following commands:
\table
\header
- \li Command
\li Syntax
\li Usage
-
\row
- \li Module Identifier Directive
\li
\code
module <ModuleIdentifier>
@@ -73,7 +70,6 @@ module ExampleModule
\endcode
\row
- \li Object Type Declaration
\li
\code
[singleton] <TypeName> <InitialVersion> <File>
@@ -120,7 +116,6 @@ Text {
\endcode
\row
- \li Internal Object Type Declaration
\li
\code
internal <TypeName> <File>
@@ -143,7 +138,6 @@ internal MyPrivateType MyPrivateType.qml
load the non-exported type.
\row
- \li JavaScript Resource Declaration
\li
\code
<ResourceIdentifier> <InitialVersion> <File>
@@ -167,7 +161,6 @@ MyScript 1.0 MyScript.js
{Importing JavaScript Resources In QML} for more information.
\row
- \li C++ Plugin Declaration
\li
\code
plugin <Name> [<Path>]
@@ -202,7 +195,6 @@ plugin <Name> [<Path>]
plugin MyPluginLibrary
\endcode
\row
- \li C++ Plugin Class
\li
\code
classname <C++ plugin class>
@@ -215,7 +207,6 @@ classname <C++ plugin class>
this information.
\row
- \li Type Information Description File Declaration
\li
\code
typeinfo <File>
@@ -234,7 +225,6 @@ typeinfo mymodule.qmltypes
as code completion for the types defined in your plugins.
\row
- \li Dependency Declaration
\li
\code
depends <ModuleIdentifier> <InitialVersion>
@@ -253,7 +243,6 @@ depends MyOtherModule 1.0
to include the other modules in application packages.
\row
- \li Comment
\li
\code
# <Comment>
@@ -266,7 +255,6 @@ depends MyOtherModule 1.0
\endcode
\row
- \li designersupported
\li
\code
designersupported