summaryrefslogtreecommitdiffstats
path: root/src/qdoc/sections.h
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@qt.io>2018-04-26 15:01:06 +0200
committerMartin Smith <martin.smith@qt.io>2018-06-01 12:14:31 +0000
commit1beb7d176492c284640082e6c8d7b9b37d5ce0f0 (patch)
tree10bf62c3eeecaa2ae4089639274e21084b429917 /src/qdoc/sections.h
parent8ad79b032432be398f8f2a8107131ba19eff7ff4 (diff)
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 <martin.smith@qt.io>
Diffstat (limited to 'src/qdoc/sections.h')
-rw-r--r--src/qdoc/sections.h2
1 files changed, 1 insertions, 1 deletions
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() { }