libt2n: (reinhard) 1 Million is not enough! (+ doc fix)
[libt2n] / doc / index.doc
index 73b10ed..febb386 100644 (file)
@@ -73,7 +73,7 @@ Using libt2n and its code generator only the server procedure implementations ha
  \include example1/t2nexample.cpp
 
  \par Required includes go into the group header file: t2nexample.hxx:
- All includes required to get the declarations of the types used by the procedures to export go into the group header file. libt2n uses boost for serialization. This means all types involved in a remote procedure call must be boost serializable. In this example we only use std::string provided by <string> and boost already provides serialization for std::string in the boost/serialization/string.hpp header file.
+ All includes required to get the declarations of the types used by the procedures to export go into the group header file. libt2n uses boost for serialization. This means all types involved in a remote procedure call must be boost serializable. In this example we only use std::string provided by \<string\> and boost already provides serialization for std::string in the boost/serialization/string.hpp header file.
  \include example1/t2nexample.hxx
 
  \par The server program: server.cpp: