From 1beb7d176492c284640082e6c8d7b9b37d5ce0f0 Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Thu, 26 Apr 2018 15:01:06 +0200 Subject: qdoc: Remove support for \compat command The \compat command is no longer needed in QDoc, and the code that supports it makes some parts of QDoc needlessly complex. This update removes it, along with the documentation for it in the QDoc manual. Change-Id: I249b571e24ff8c3530d1ae5dbb4fff9186dba49d Reviewed-by: Martin Smith --- src/qdoc/sections.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qdoc/sections.h') diff --git a/src/qdoc/sections.h b/src/qdoc/sections.h index fbb573173..e660f233a 100644 --- a/src/qdoc/sections.h +++ b/src/qdoc/sections.h @@ -102,7 +102,7 @@ class Sections { public: enum Style { Summary, Detailed, Subpage, Accessors }; - enum Status { Compat, Obsolete, Okay }; + enum Status { Obsolete, Okay }; Sections() { } ~Sections() { } -- cgit v1.2.3