diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-10-24 19:10:55 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-10-24 19:10:55 (GMT) |
commit | 17b15cb1acb5e082f410766741410fbd0e5d2c0f (patch) | |
tree | 0a547763734474917d415b08a9def821859eed2b | |
parent | aadcb75bca9be81755de286efd27335947bb0c85 (diff) | |
download | swift-17b15cb1acb5e082f410766741410fbd0e5d2c0f.zip swift-17b15cb1acb5e082f410766741410fbd0e5d2c0f.tar.bz2 |
Only include public-facing files in doxygen documentation.
-rw-r--r-- | Documentation/API/Doxyfile | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/Documentation/API/Doxyfile b/Documentation/API/Doxyfile index 1bcc69b..9552adf 100644 --- a/Documentation/API/Doxyfile +++ b/Documentation/API/Doxyfile @@ -85,11 +85,27 @@ WARN_LOGFILE = #--------------------------------------------------------------------------- # configuration options related to the input files #--------------------------------------------------------------------------- -INPUT = Swiften +INPUT = \ + Swiften/Avatars/AvatarManager.h \ + Swiften/Base \ + Swiften/Client/Client.h \ + Swiften/Client/NickResolver.h \ + Swiften/Client/Storages.h \ + Swiften/Client/MemoryStorages.h \ + Swiften/Client/FileStorages.h \ + Swiften/Disco/EntityCapsManager.h \ + Swiften/Elements \ + Swiften/JID \ + Swiften/MUC/MUCRegistry.h \ + Swiften/Queries \ + Swiften/Presence/PresenceSender.h \ + Swiften/Roster/XMPPRoster.h \ + Swiften/StringCodecs \ + Swiften/VCards/VCardManager.h INPUT_ENCODING = UTF-8 -FILE_PATTERNS = *.h *.cpp +FILE_PATTERNS = *.h RECURSIVE = YES -EXCLUDE = Swiften/Parser/PayloadParsers Swiften/Serializer/PayloadSerializers +EXCLUDE = EXCLUDE_SYMLINKS = NO EXCLUDE_PATTERNS = */3rdParty/* */UnitTest/* */QA/* EXCLUDE_SYMBOLS = |