update header for Doxygen
[platform/framework/native/appfw.git] / inc / FAppIAppControlProviderEventListener.h
index 2137be4..abcb7a2 100644 (file)
@@ -75,7 +75,6 @@ public:
         *                      %OnAppControlRequestReceived() is invoked before UiApp::OnForeground().
         * @remarks     When the application control is resolved with the file extension with AppControl::FindAndStart(),
         *                      the delivered file extension is converted to the corresponding MIME type in the @c pMimeType parameter.
-        * @see AppControlProviderManager::SendAppControlResult()
         */
        virtual void OnAppControlRequestReceived(RequestId reqId, const Tizen::Base::String& operationId, const Tizen::Base::String* pUriData, const Tizen::Base::String* pMimeType, const Tizen::Base::Collection::IMap* pExtraData) = 0;