summaryrefslogtreecommitdiff
path: root/Source/WebKit/qt/docs
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/qt/docs')
-rw-r--r--Source/WebKit/qt/docs/qtwebkit-bridge.qdoc6
-rw-r--r--Source/WebKit/qt/docs/qtwebkit.qdoc66
-rw-r--r--Source/WebKit/qt/docs/qtwebkit.qdocconf46
3 files changed, 59 insertions, 59 deletions
diff --git a/Source/WebKit/qt/docs/qtwebkit-bridge.qdoc b/Source/WebKit/qt/docs/qtwebkit-bridge.qdoc
index 877eb4d33..807cdaec0 100644
--- a/Source/WebKit/qt/docs/qtwebkit-bridge.qdoc
+++ b/Source/WebKit/qt/docs/qtwebkit-bridge.qdoc
@@ -79,20 +79,20 @@
with the QtWebKit bridge:
\list
- \i \bold{Hybrid C++/script}: C++ application code connects a
+ \li \b{Hybrid C++/script}: C++ application code connects a
signal to a script function. This approach is useful if you have
a QObject but don't want to expose the object itself to the scripting
environment. You just want to define how the script responds to a
signal and leave it up to the C++ side of your application to establish
the connection between the C++ signal and the JavaScript slot.
- \i \bold{Hybrid script/C++}: A script can connect signals and slots
+ \li \b{Hybrid script/C++}: A script can connect signals and slots
to establish connections between pre-defined objects that the
application exposes to the scripting environment. In this scenario,
the slots themselves are still written in C++, but the definition of
the connections is fully dynamic (script-defined).
- \i \bold{Purely script-defined}: A script can both define signal
+ \li \b{Purely script-defined}: A script can both define signal
handler functions (effectively "slots written in JavaScript"),
\e{and} set up the connections that utilize those handlers. For
example, a script can define a function that will handle the
diff --git a/Source/WebKit/qt/docs/qtwebkit.qdoc b/Source/WebKit/qt/docs/qtwebkit.qdoc
index 710d19478..f8cd8e702 100644
--- a/Source/WebKit/qt/docs/qtwebkit.qdoc
+++ b/Source/WebKit/qt/docs/qtwebkit.qdoc
@@ -106,54 +106,54 @@
The following locations are searched for plugins:
\table
- \header \o Linux/Unix (X11)
- \row \o
+ \header \li Linux/Unix (X11)
+ \row \li
\list
- \o \c{.mozilla/plugins} in the user's home directory
- \o \c{.netscape/plugins} in the user's home directory
- \o System locations, such as
+ \li \c{.mozilla/plugins} in the user's home directory
+ \li \c{.netscape/plugins} in the user's home directory
+ \li System locations, such as
\list
- \o \c{/usr/lib/browser/plugins}
- \o \c{/usr/local/lib/mozilla/plugins}
- \o \c{/usr/lib/firefox/plugins}
- \o \c{/usr/lib64/browser-plugins}
- \o \c{/usr/lib/browser-plugins}
- \o \c{/usr/lib/mozilla/plugins}
- \o \c{/usr/local/netscape/plugins}
- \o \c{/opt/mozilla/plugins}
- \o \c{/opt/mozilla/lib/plugins}
- \o \c{/opt/netscape/plugins}
- \o \c{/opt/netscape/communicator/plugins}
- \o \c{/usr/lib/netscape/plugins}
- \o \c{/usr/lib/netscape/plugins-libc5}
- \o \c{/usr/lib/netscape/plugins-libc6}
- \o \c{/usr/lib64/netscape/plugins}
- \o \c{/usr/lib64/mozilla/plugins}
+ \li \c{/usr/lib/browser/plugins}
+ \li \c{/usr/local/lib/mozilla/plugins}
+ \li \c{/usr/lib/firefox/plugins}
+ \li \c{/usr/lib64/browser-plugins}
+ \li \c{/usr/lib/browser-plugins}
+ \li \c{/usr/lib/mozilla/plugins}
+ \li \c{/usr/local/netscape/plugins}
+ \li \c{/opt/mozilla/plugins}
+ \li \c{/opt/mozilla/lib/plugins}
+ \li \c{/opt/netscape/plugins}
+ \li \c{/opt/netscape/communicator/plugins}
+ \li \c{/usr/lib/netscape/plugins}
+ \li \c{/usr/lib/netscape/plugins-libc5}
+ \li \c{/usr/lib/netscape/plugins-libc6}
+ \li \c{/usr/lib64/netscape/plugins}
+ \li \c{/usr/lib64/mozilla/plugins}
\endlist
- \o Locations specified by environment variables:
+ \li Locations specified by environment variables:
\list
- \o \c{$MOZILLA_HOME/plugins}
- \o \c{$MOZ_PLUGIN_PATH}
- \o \c{$QTWEBKIT_PLUGIN_PATH}
+ \li \c{$MOZILLA_HOME/plugins}
+ \li \c{$MOZ_PLUGIN_PATH}
+ \li \c{$QTWEBKIT_PLUGIN_PATH}
\endlist
\endlist
\endtable
\table
- \header \o Windows
- \row \o
+ \header \li Windows
+ \row \li
\list
- \o The user's \c{Application Data\Mozilla\plugins} directory
- \o Standard system locations of plugins for Quicktime, Flash, etc.
+ \li The user's \c{Application Data\Mozilla\plugins} directory
+ \li Standard system locations of plugins for Quicktime, Flash, etc.
\endlist
\endtable
\table
- \header \o Mac OS X
- \row \o
+ \header \li Mac OS X
+ \row \li
\list
- \o \c{Library/Internet Plug-Ins} in the user's home directory
- \o The system \c{/Library/Internet Plug-Ins} directory
+ \li \c{Library/Internet Plug-Ins} in the user's home directory
+ \li The system \c{/Library/Internet Plug-Ins} directory
\endlist
\endtable
diff --git a/Source/WebKit/qt/docs/qtwebkit.qdocconf b/Source/WebKit/qt/docs/qtwebkit.qdocconf
index 4f11d18bb..278d77ba8 100644
--- a/Source/WebKit/qt/docs/qtwebkit.qdocconf
+++ b/Source/WebKit/qt/docs/qtwebkit.qdocconf
@@ -17,17 +17,17 @@ indexes = $QTDIR/doc/html/qt.index
macro.aring.HTML = "å"
macro.Auml.HTML = "Ä"
-macro.author = "\\bold{Author:}"
+macro.author = "\\b{Author:}"
macro.br.HTML = "<br />"
macro.BR.HTML = "<br />"
macro.aacute.HTML = "&aacute;"
macro.eacute.HTML = "&eacute;"
macro.iacute.HTML = "&iacute;"
-macro.gui = "\\bold"
+macro.gui = "\\b"
macro.hr.HTML = "<hr />"
-macro.key = "\\bold"
-macro.menu = "\\bold"
-macro.note = "\\bold{Note:}"
+macro.key = "\\b"
+macro.menu = "\\b"
+macro.note = "\\b{Note:}"
macro.oslash.HTML = "&oslash;"
macro.ouml.HTML = "&ouml;"
macro.QA = "\\e{Qt Assistant}"
@@ -50,24 +50,24 @@ macro.0 = "\\\\0"
macro.b = "\\\\b"
macro.n = "\\\\n"
macro.r = "\\\\r"
-macro.i = "\\o"
-macro.i11 = "\\o{1,1}"
-macro.i12 = "\\o{1,2}"
-macro.i13 = "\\o{1,3}"
-macro.i14 = "\\o{1,4}"
-macro.i15 = "\\o{1,5}"
-macro.i16 = "\\o{1,6}"
-macro.i17 = "\\o{1,7}"
-macro.i18 = "\\o{1,8}"
-macro.i19 = "\\o{1,9}"
-macro.i21 = "\\o{2,1}"
-macro.i31 = "\\o{3,1}"
-macro.i41 = "\\o{4,1}"
-macro.i51 = "\\o{5,1}"
-macro.i61 = "\\o{6,1}"
-macro.i71 = "\\o{7,1}"
-macro.i81 = "\\o{8,1}"
-macro.i91 = "\\o{9,1}"
+macro.i = "\\li"
+macro.i11 = "\\li{1,1}"
+macro.i12 = "\\li{1,2}"
+macro.i13 = "\\li{1,3}"
+macro.i14 = "\\li{1,4}"
+macro.i15 = "\\li{1,5}"
+macro.i16 = "\\li{1,6}"
+macro.i17 = "\\li{1,7}"
+macro.i18 = "\\li{1,8}"
+macro.i19 = "\\li{1,9}"
+macro.i21 = "\\li{2,1}"
+macro.i31 = "\\li{3,1}"
+macro.i41 = "\\li{4,1}"
+macro.i51 = "\\li{5,1}"
+macro.i61 = "\\li{6,1}"
+macro.i71 = "\\li{7,1}"
+macro.i81 = "\\li{8,1}"
+macro.i91 = "\\li{9,1}"
macro.img = "\\image"
macro.endquote = "\\endquotation"