diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-10-25 18:44:36 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-10-25 18:45:36 (GMT) |
commit | f77eeb87104a4ea0fd8e43399da14dc5f1cd97c3 (patch) | |
tree | 484a1755ccb69421de3ed9b7b9c731870f2de56a /Documentation/API | |
parent | bd80c3b9054d91b3cbc309400f4db195c708115d (diff) | |
download | swift-contrib-f77eeb87104a4ea0fd8e43399da14dc5f1cd97c3.zip swift-contrib-f77eeb87104a4ea0fd8e43399da14dc5f1cd97c3.tar.bz2 |
Remove the use of Shared<>.
Diffstat (limited to 'Documentation/API')
-rw-r--r-- | Documentation/API/Doxyfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/API/Doxyfile b/Documentation/API/Doxyfile index 9552adf..7a3dd29 100644 --- a/Documentation/API/Doxyfile +++ b/Documentation/API/Doxyfile @@ -89,10 +89,13 @@ INPUT = \ Swiften/Avatars/AvatarManager.h \ Swiften/Base \ Swiften/Client/Client.h \ + Swiften/Client/CoreClient.h \ Swiften/Client/NickResolver.h \ Swiften/Client/Storages.h \ Swiften/Client/MemoryStorages.h \ Swiften/Client/FileStorages.h \ + Swiften/Component/Component.h \ + Swiften/Component/CoreComponent.h \ Swiften/Disco/EntityCapsManager.h \ Swiften/Elements \ Swiften/JID \ |