From 5e8bc07cb2ded1f5f74435411de666f419869514 Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Thu, 18 Jan 2018 14:43:48 +0100 Subject: doc: Fix several minor qdoc warnings The fixes included undocumented enum values, which are now marked as omitted, adding a test for Q_CLANG_QDOC for a couple windows enum values, adding \fn commands for a pair of member functions in QLocale, and a \fn command for an obsolete function in QSqlError. Change-Id: I12a8ea7287039096b9cfe7870d2ab213a3d78dcf Reviewed-by: Edward Welbourne --- src/corelib/io/qsettings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/corelib/io') diff --git a/src/corelib/io/qsettings.h b/src/corelib/io/qsettings.h index f34e6bea1b..d78edd23a2 100644 --- a/src/corelib/io/qsettings.h +++ b/src/corelib/io/qsettings.h @@ -88,7 +88,7 @@ public: NativeFormat, IniFormat, -#ifdef Q_OS_WIN +#if defined(Q_OS_WIN) || defined(Q_CLANG_QDOC) Registry32Format, Registry64Format, #endif -- cgit v1.2.3