Explorar el Código

improvement in the variabletype tutorial

Julius Pfrommer hace 8 años
padre
commit
0fac653906
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      examples/tutorial_server_variabletype.c

+ 1 - 2
examples/tutorial_server_variabletype.c

@@ -78,8 +78,7 @@ addVariable(UA_Server *server) {
  * The constraints of the variable type are enforced when creating new variable
  * instances of the type. In the following function, adding a variable of
  * *2DPoint* type with a string value fails because The value does not match the
- * variable type constraints.
- **/
+ * variable type constraints. */
 
 static void
 addVariableFail(UA_Server *server) {