Skip to content
Snippets Groups Projects
user avatar
Manfred Kröhnert authored
replaced user defined sequences of basic types with ice sequence types

replaced user defined sequences of basic types with sequence types provided by ice (if the user defined sequences did not offer any more syntax
e.g. armarx::StringList was replaced with Ice::StringSeq
a type like 'sequence<string> ObjectNames' offers more syntax and was not replaced

See merge request !13
440b0971
History
ArmarXGui is distributed under GPLv2.0

installation instructions can be found in

etc/doc/doxygen/installation.dox

The HTML documentation can be generated if CMake and doxygen are
available on the system by running the following commands

mkdir build
cd build
cmake ..
make doc