diff options
author | Michele Calgaro <[email protected]> | 2014-10-23 12:00:13 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2014-10-23 12:00:13 +0900 |
commit | 3a0f0172fb45826b6de854bd4f7c5a064b3c1cb5 (patch) | |
tree | 8de17bd08e5b6445a0355fccee7fb552b31a82ca /parts/documentation/interfaces/kdevdocumentationplugin.h | |
parent | 0ffe0dfb29f3be5bb87b977b3a8ae1d9cd4346d5 (diff) | |
download | tdevelop-3a0f0172fb45826b6de854bd4f7c5a064b3c1cb5.tar.gz tdevelop-3a0f0172fb45826b6de854bd4f7c5a064b3c1cb5.zip |
Removed 'CustomDocumentationTitles' option and made it active by default for all plugins. This relates to bug 1859.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'parts/documentation/interfaces/kdevdocumentationplugin.h')
-rw-r--r-- | parts/documentation/interfaces/kdevdocumentationplugin.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/parts/documentation/interfaces/kdevdocumentationplugin.h b/parts/documentation/interfaces/kdevdocumentationplugin.h index dcdc3f9a..00ba207d 100644 --- a/parts/documentation/interfaces/kdevdocumentationplugin.h +++ b/parts/documentation/interfaces/kdevdocumentationplugin.h @@ -222,7 +222,6 @@ public: /**Capability of documentation plugin.*/ enum Capability { Index=1 /**<index can be built for catalogs*/, FullTextSearch=2 /**<full text search is possible in catalog locations*/, - CustomDocumentationTitles=4 /**<user can specify titles for documentation catalogs*/, ProjectDocumentation=8 /**<plugin can handle project API documentation*/, ProjectUserManual=16 /**<plugin can handle project user manual*/ }; /**Possible project documentation types.*/ |