Browse Source

FIX: PluginFramework: Fix link in doxygen documentation

Sascha Zelzer 14 years ago
parent
commit
6170ca9743
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Libs/PluginFramework/ctkPluginContext.h

+ 1 - 1
Libs/PluginFramework/ctkPluginContext.h

@@ -315,7 +315,7 @@
      * is not an instance of all the classes named when the service
      * was registered or the <code>ctkServiceFactory</code> object throws an
      * exception, <code>0</code> is returned and a Framework event of type
-     * {@link FrameworkEvent::ERROR} containing a {@link ctkServiceException}
+     * {@link ctkPluginFrameworkEvent::ERROR} containing a {@link ctkServiceException}
      * describing the error is fired.
      * <li>The service object for the service is returned.
      * </ol>