diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-09-18 12:35:26 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-09-18 12:35:26 +0900 |
commit | 4502e9b008b89e0dc452ef589c0fc31c9eb8c7be (patch) | |
tree | 0a92ddec284f1be4d62336a2b9006c10377444a6 /parts/documentation/plugins/doxygen/docdoxygenplugin.cpp | |
parent | 2575ad2b3517d8fc321b423c8e8073b3d5b4419b (diff) | |
download | tdevelop-4502e9b008b89e0dc452ef589c0fc31c9eb8c7be.tar.gz tdevelop-4502e9b008b89e0dc452ef589c0fc31c9eb8c7be.zip |
Renamed KDELIBS_DOXYDIR -> TDELIBS_DOXYDIR
Diffstat (limited to 'parts/documentation/plugins/doxygen/docdoxygenplugin.cpp')
-rw-r--r-- | parts/documentation/plugins/doxygen/docdoxygenplugin.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/parts/documentation/plugins/doxygen/docdoxygenplugin.cpp b/parts/documentation/plugins/doxygen/docdoxygenplugin.cpp index 9a5a6912..0edcfa33 100644 --- a/parts/documentation/plugins/doxygen/docdoxygenplugin.cpp +++ b/parts/documentation/plugins/doxygen/docdoxygenplugin.cpp @@ -187,8 +187,8 @@ bool DocDoxygenPlugin::needRefreshIndex(DocumentationCatalogItem* item) void DocDoxygenPlugin::autoSetupPlugin() { - autoSetupDocs(KDELIBS_DOXYDIR, "en/tdelibs-apidocs", "The KDE API Reference (The KDE API Reference)"); - autoSetupDocs("", "en/tdevelop-apidocs", "The KDevelop Platform API Documentation (KDevelop)"); + autoSetupDocs(TDELIBS_DOXYDIR, "en/tdelibs-apidocs", "The TDE API Reference"); + autoSetupDocs("", "en/tdevelop-apidocs", "The TDevelop Platform API Documentation"); } |