From 3dadad3249bee2c41b610c7148ddc41ea6b351ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Remko=20Tron=C3=A7on?= Date: Sun, 24 Oct 2010 18:28:49 +0200 Subject: Added excludes to Doxygen. diff --git a/Documentation/API/Doxyfile b/Documentation/API/Doxyfile index 5e6c79a..1bcc69b 100644 --- a/Documentation/API/Doxyfile +++ b/Documentation/API/Doxyfile @@ -89,7 +89,7 @@ INPUT = Swiften INPUT_ENCODING = UTF-8 FILE_PATTERNS = *.h *.cpp RECURSIVE = YES -EXCLUDE = +EXCLUDE = Swiften/Parser/PayloadParsers Swiften/Serializer/PayloadSerializers EXCLUDE_SYMLINKS = NO EXCLUDE_PATTERNS = */3rdParty/* */UnitTest/* */QA/* EXCLUDE_SYMBOLS = diff --git a/Swiften/Presence/PresenceOracle.h b/Swiften/Presence/PresenceOracle.h index b0d1e15..f30d05d 100644 --- a/Swiften/Presence/PresenceOracle.h +++ b/Swiften/Presence/PresenceOracle.h @@ -24,12 +24,12 @@ class StanzaChannel; Presence::ref getHighestPriorityPresence(const JID& bareJID) const; public: - boost::signal)> onPresenceChange; + boost::signal onPresenceChange; boost::signal onPresenceSubscriptionRequest; boost::signal onPresenceSubscriptionRevoked; private: - void handleIncomingPresence(boost::shared_ptr presence); + void handleIncomingPresence(Presence::ref presence); void handleStanzaChannelAvailableChanged(bool); private: -- cgit v0.10.2-6-g49f6