From: <dg...@su...> - 2009-01-08 11:02:57
|
Author: bricks Date: Thu Jan 8 12:02:28 2009 New Revision: 5056 URL: http://www.opensync.org/changeset/5056 Log: detailed doxygen desciption should not be in the summary Modified: trunk/opensync/plugin/opensync_plugin.h Modified: trunk/opensync/plugin/opensync_plugin.h ============================================================================== --- trunk/opensync/plugin/opensync_plugin.h Thu Jan 8 11:57:01 2009 (r5055) +++ trunk/opensync/plugin/opensync_plugin.h Thu Jan 8 12:02:28 2009 (r5056) @@ -35,6 +35,7 @@ /** * @brief Prototype of the plugin initialize function + * * In this function a plugin should initialize and allocate * all plugin specific data which is required in the other plugin * functions. This data could be e.g. connections, directories, ... @@ -47,6 +48,7 @@ /** * @brief Prototype of the plugin finalize function + * * This plugin function is called to give a plugin the possibility * to free all allocated data. * @param plugin_data Plugin specific data that was returned by the initialize function @@ -55,6 +57,7 @@ /** * @brief Prototype of the plugin discovery function + * * TODO Add detailed description * @param info the OSyncPluginInfo * @param plugin_data Plugin specific data that was returned in the plugin initialize function |