Explorar el Código

Fixed doxygen warnings.

Sascha Zelzer hace 14 años
padre
commit
fa879b997f

+ 1 - 1
Libs/PluginFramework/service/cm/ctkConfiguration.h

@@ -223,7 +223,7 @@ struct CTK_PLUGINFW_EXPORT ctkConfiguration
    * Two Configuration objects are equal when their PIDs are equal.
    *
    * @param other <code>ctkConfiguration</code> object to compare against
-   * @return <code>true} if equal, {@code false</code> if the PID's differ.
+   * @return <code>true</code> if equal, <code>false</code> if the PID's differ.
    */
   bool operator==(const ctkConfiguration& other) const;
 

+ 4 - 4
Libs/PluginFramework/service/metatype/ctkAttributeDefinition.h

@@ -144,8 +144,8 @@ struct CTK_PLUGINFW_EXPORT ctkAttributeDefinition
    *
    * <p>
    * This list must be in the same sequence as <code>getOptionLabels()</code>. I.e.
-   * for each index i in <code>getOptionValues</code>, i in {@code
-   * getOptionLabels()} should be the label.
+   * for each index i in <code>getOptionValues</code>, i in <code>getOptionLabels()</code>
+   * should be the label.
    *
    * @return A list values
    */
@@ -164,8 +164,8 @@ struct CTK_PLUGINFW_EXPORT ctkAttributeDefinition
    * available.
    * <p>
    * This list must be in the same sequence as the <code>getOptionValues()</code>
-   * method. I.e. for each index i in <code>getOptionLabels</code>, i in {@code
-   * getOptionValues()} should be the associated value.
+   * method. I.e. for each index i in <code>getOptionLabels</code>, i in <code>
+   * getOptionValues()</code> should be the associated value.
    *
    * @return A list values
    */