summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2010-10-25 19:21:10 (GMT)
committerRemko Tronçon <git@el-tramo.be>2010-10-25 19:35:08 (GMT)
commit09ea1261f5da1fb63307e67d994bee617c09a481 (patch)
tree5a489d8cde5b74c2c0a6290d35b6c4523129f174 /Documentation
parent96c5a881b2768057f8189030b543fefa2835e782 (diff)
downloadswift-09ea1261f5da1fb63307e67d994bee617c09a481.zip
swift-09ea1261f5da1fb63307e67d994bee617c09a481.tar.bz2
Updated doxygen.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/API/Doxyfile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/API/Doxyfile b/Documentation/API/Doxyfile
index 7a3dd29..cbde1a6 100644
--- a/Documentation/API/Doxyfile
+++ b/Documentation/API/Doxyfile
@@ -90,13 +90,15 @@ INPUT = \
Swiften/Base \
Swiften/Client/Client.h \
Swiften/Client/CoreClient.h \
+ Swiften/Client/ClientError.h \
+ Swiften/Client/StanzaChannel.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/Disco \
Swiften/Elements \
Swiften/JID \
Swiften/MUC/MUCRegistry.h \
@@ -104,7 +106,7 @@ INPUT = \
Swiften/Presence/PresenceSender.h \
Swiften/Roster/XMPPRoster.h \
Swiften/StringCodecs \
- Swiften/VCards/VCardManager.h
+ Swiften/VCards
INPUT_ENCODING = UTF-8
FILE_PATTERNS = *.h
RECURSIVE = YES