From 26620812a2850f800783b1636daa61c801ed832e Mon Sep 17 00:00:00 2001 From: David Edmundson Date: Fri, 12 Sep 2014 12:21:54 +0200 Subject: [PATCH] Don't include configmodel in doxygen Change-Id: I7e4db3c81f4e67deec788932225026fc048fd128 --- src/plasmaquick/configmodel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plasmaquick/configmodel.h b/src/plasmaquick/configmodel.h index 3e0ddd093..c24dee1f9 100644 --- a/src/plasmaquick/configmodel.h +++ b/src/plasmaquick/configmodel.h @@ -51,7 +51,7 @@ class ConfigCategoryPrivate; class ConfigModelPrivate; class ConfigCategory; -/** +/* * This model contains all the possible config categories for a dialog, * such as categories of the config dialog for an Applet * TODO: it should probably become an import instead of a library?