From 322d1cc62a73dfaa61ee822ef4adcaa8e17d65dd Mon Sep 17 00:00:00 2001 From: MattV Date: Fri, 6 Mar 2009 15:51:22 +1000 Subject: Documentation fixes. --- doc/src/qtopiamail_qmfutil.qdoc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'doc/src') diff --git a/doc/src/qtopiamail_qmfutil.qdoc b/doc/src/qtopiamail_qmfutil.qdoc index b6b4b7e5..f1f5fd55 100644 --- a/doc/src/qtopiamail_qmfutil.qdoc +++ b/doc/src/qtopiamail_qmfutil.qdoc @@ -33,10 +33,6 @@ Although this mechanism can be accessed by applications, it is currently recomme \row \o QMailViewerFactory \o Creates objects implementing the QMailViewerInterface interface \row \o QMailComposerInterface \o Defines the interface to objects that can compose a mail message \row \o QMailViewerInterface \o Defines the interface to objects that can display a mail message -\row \o QMailComposerPlugin \o Defines a base class for implementing mail message composer plug-ins -\row \o QMailViewerPlugin \o Defines a base class for implementing mail message viewer plug-ins -\row \o QMailComposerPluginInterface \o Defines the interface to plug-ins that provide mail message composers -\row \o QMailViewerPluginInterface \o Defines the interface to plug-ins that provide mail message viewers \endtable \section1 New Message Arrival Service -- cgit v1.2.3 From ac93444998827befe6645294a1c755400d6a9fb1 Mon Sep 17 00:00:00 2001 From: Aleks Wojcik Date: Fri, 6 Mar 2009 16:16:47 +1000 Subject: Minor doc fixes. --- doc/src/messaging.qdoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/src') diff --git a/doc/src/messaging.qdoc b/doc/src/messaging.qdoc index f1e1ccd7..4bc08e06 100644 --- a/doc/src/messaging.qdoc +++ b/doc/src/messaging.qdoc @@ -75,7 +75,7 @@ or optionally remove unwanted tests from the qmf.pro. \section1 Running Messaging Framework -After \c make \c install has run, the following image layout should exist in your image directory: +After \c make \c install has run, the following layout should exist in your image directory: \code bin @@ -96,8 +96,8 @@ QMF_PLUGINS= Optionally set \c QMF_DATA to the location where you want the framework data files stored. If this is not set, the default of \c $HOME/.qmf will be used. -\bold Note: When running the test application \c qtmail, if the messageserver is not already running it will be started as -a child process of the application. If debug output to stout is required from messageserver, ensure it is running before -qtmail is started. +\bold Note: When running the test application \c qtmail, if the \c messageserver is not already running it will be started as +a child process of the application. If debug to stdout is required from \c messageserver, ensure it is running separately +before running \c qtmail. */ -- cgit v1.2.3