Add json support
[ric-plt/xapp-frame-cpp.git] / doc / src / user / cpp_frame.im
index aa4b166..9481b5a 100644 (file)
@@ -41,7 +41,7 @@ parameters:
 &half_space
 &indent
 &beg_dlist(.5i:&ditemtext)
-    &ditem(port) A C string (char *) which defines the port that RMR will open to listen for connections.
+    &ditem(port) A C string (pointer to char) which defines the port that RMR will open to listen for connections.
     &half_space
 
     &ditem(wait) A Boolean value which indicates whether or not the initialization process should wait for
@@ -208,7 +208,7 @@ Sending the message is a function of the message object itself and can take one
 
 &half_space
 &indent
-&beg_list &lic1
+&beg_list(&lic1)
     &item Replying to the sender of a received message
     &half_space