diff options
| author | Remko Tronçon <git@el-tramo.be> | 2010-10-28 16:58:05 (GMT) | 
|---|---|---|
| committer | Remko Tronçon <git@el-tramo.be> | 2010-10-28 16:58:47 (GMT) | 
| commit | 4e23da619f05c8f47b774c36e6645659203cb6d1 (patch) | |
| tree | 74b0dbd914700d8f533694d55d6f4f63863c6f5d | |
| parent | b0b175c73f8ce9f693adeb1137a6a50a9ec3e101 (diff) | |
| download | swift-contrib-4e23da619f05c8f47b774c36e6645659203cb6d1.zip swift-contrib-4e23da619f05c8f47b774c36e6645659203cb6d1.tar.bz2 | |
Add some more modules to Doxygen.
| -rw-r--r-- | Documentation/API/Doxyfile | 8 | 
1 files changed, 5 insertions, 3 deletions
| diff --git a/Documentation/API/Doxyfile b/Documentation/API/Doxyfile index 10e40ac..221cb3c 100644 --- a/Documentation/API/Doxyfile +++ b/Documentation/API/Doxyfile @@ -52,7 +52,7 @@ HIDE_IN_BODY_DOCS      = NO  INTERNAL_DOCS          = NO  CASE_SENSE_NAMES       = NO  HIDE_SCOPE_NAMES       = NO -SHOW_INCLUDE_FILES     = YES +SHOW_INCLUDE_FILES     = NO  INLINE_INFO            = YES  SORT_MEMBER_DOCS       = YES  SORT_BRIEF_DOCS        = NO @@ -64,7 +64,7 @@ GENERATE_BUGLIST       = YES  GENERATE_DEPRECATEDLIST= YES  ENABLED_SECTIONS       =   MAX_INITIALIZER_LINES  = 30 -SHOW_USED_FILES        = YES +SHOW_USED_FILES        = NO  SHOW_DIRECTORIES       = NO  SHOW_FILES             = NO  SHOW_NAMESPACES        = NO @@ -88,6 +88,7 @@ WARN_LOGFILE           =  INPUT                  = \  	Swiften/Avatars \  	Swiften/Base \ +	Swiften/Chat \  	Swiften/Client/Client.h \  	Swiften/Client/CoreClient.h \  	Swiften/Client/ClientError.h \ @@ -100,10 +101,11 @@ INPUT                  = \  	Swiften/Component/CoreComponent.h \  	Swiften/Disco \  	Swiften/Elements \ +	Swiften/EventLoop \  	Swiften/JID \  	Swiften/MUC \ -	Swiften/Queries \  	Swiften/Presence \ +	Swiften/Queries \  	Swiften/Roster/XMPPRoster.h \  	Swiften/StringCodecs \  	Swiften/VCards | 
 Swift
 Swift