From c09ff1dbcb50d77b64e47b333fd1ee2f4c6510e7 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Wed, 15 Apr 2015 12:54:59 +0200 Subject: qdoc: Don't end sentences with a full stop in requisite tables This is a minor visual change that stops QDoc from ending the sentences with a full stop in the tables for class/QML type requisites (Inherits, Inherited by, etc). This ensures a uniform look for the table, as some of the fields were already omitting the full stop. Change-Id: I37b39ed0a5e273b40b24f24602042194d069ed00 Reviewed-by: Martin Smith --- src/tools/qdoc/generator.cpp | 4 ++-- src/tools/qdoc/htmlgenerator.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/tools/qdoc') diff --git a/src/tools/qdoc/generator.cpp b/src/tools/qdoc/generator.cpp index af6cdf7bd1..55050806ec 100644 --- a/src/tools/qdoc/generator.cpp +++ b/src/tools/qdoc/generator.cpp @@ -213,7 +213,7 @@ void Generator::appendSortedNames(Text& text, const ClassNode* cn, const QListbaseClasses().count()); + text << comma(index++, classe->baseClasses().count()); } ++r; } -- cgit v1.2.3