[Telepathy-commits] [telepathy-qt4/master] Updated ManagerFile documentation.
Andre Moreira Magalhaes (andrunko)
andre.magalhaes at collabora.co.uk
Thu Jan 8 14:48:10 PST 2009
---
TelepathyQt4/manager-file.cpp | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/TelepathyQt4/manager-file.cpp b/TelepathyQt4/manager-file.cpp
index 0558fbd..07baa2c 100644
--- a/TelepathyQt4/manager-file.cpp
+++ b/TelepathyQt4/manager-file.cpp
@@ -286,9 +286,9 @@ QVariant ManagerFile::Private::valueForKey(const QString ¶m,
*/
/**
- * Creates a ManagerFile object used to read .manager compliant files.
+ * Create a ManagerFile object used to read .manager compliant files.
*
- * \param cnName Name of the connection manager to read the file for.
+ * \param cmName Name of the connection manager to read the file for.
*/
ManagerFile::ManagerFile(const QString &cmName)
: mPriv(new Private(cmName))
@@ -304,7 +304,7 @@ ManagerFile::~ManagerFile()
}
/**
- * Checks whether or not a ManagerFile object is valid. If the file for the
+ * Check whether or not a ManagerFile object is valid. If the file for the
* specified connection manager cannot be found it will be considered invalid.
*
* \return true if valid, false otherwise.
@@ -315,7 +315,7 @@ bool ManagerFile::isValid() const
}
/**
- * Returns a list of all protocols defined in the manager file.
+ * Return a list of all protocols defined in the manager file.
*
* \return List of all protocols defined in the file.
*/
@@ -325,10 +325,10 @@ QStringList ManagerFile::protocols() const
}
/**
- * Returns a list of all protocols defined in the manager file.
+ * Return a list of all protocols defined in the manager file.
*
* \param protocol Name of the protocol to look for.
- * \return List of #ParamSpec of a specific protocol defined in the file, or an
+ * \return List of ParamSpec of a specific protocol defined in the file, or an
* empty list if the protocol is not defined.
*/
ParamSpecList ManagerFile::parameters(const QString &protocol) const
--
1.5.6.5
More information about the Telepathy-commits
mailing list