From 6f5e48be47f501d6c0492c5417b622251b5111c2 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Wed, 30 May 2012 10:24:14 +0200 Subject: [PATCH] Documentation: Fix coding style bug. Enum values never ever start with a lower-case letter. Change-Id: I21171ad424078a18d276d206571ec81cdcd73fe1 Reviewed-by: Eike Ziller --- doc/api/coding-style.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/coding-style.qdoc b/doc/api/coding-style.qdoc index c0df8f9369a..7bcbe6d63e0 100644 --- a/doc/api/coding-style.qdoc +++ b/doc/api/coding-style.qdoc @@ -187,7 +187,7 @@ \o Class names begin with a capital letter. \o Function names begin with a lower case letter. \o Variable names begin with a lower case letter. - \o Enum names begin with a capital letter. Enum values use lower case and + \o Enum names and values begin with a capital letter. Enum values contain some part of the name of the enum type. \endlist