Explorar o código

improvement in the variabletype tutorial

Julius Pfrommer %!s(int64=8) %!d(string=hai) anos
pai
achega
0fac653906
Modificáronse 1 ficheiros con 1 adicións e 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
  * The constraints of the variable type are enforced when creating new variable
  * instances of the type. In the following function, adding a variable of
  * 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
  * *2DPoint* type with a string value fails because The value does not match the
- * variable type constraints.
- **/
+ * variable type constraints. */
 
 
 static void
 static void
 addVariableFail(UA_Server *server) {
 addVariableFail(UA_Server *server) {