* moved an \end{description} so that the user manual compiles again.

git-svn-id: trunk@16782 -
This commit is contained in:
marco 2011-01-19 10:59:49 +00:00
parent 731291aee0
commit ee3004a350

View File

@ -1359,14 +1359,13 @@ parser_e_class_methods_only_static_in_records=03301_E_Class methods must be stat
% Records have no inheritance and therefore non static class methods have no sence for them.
parser_e_no_constructor_in_records=03302_E_Constructors aren't allowed in records
% Constructor declarations aren't allowed in records.
% \end{description}
parser_e_at_least_one_argument_must_be_of_type=03303_E_Either the result or at least one parameter must be of type "$1"
% It is required that either the result of the routine or at least one of its parameters be of the specified type.
% For example class operators either take an instance of the structuted type in which they are defined, or they return one.
parser_e_cant_use_type_parameters_here=03304_E_Type parameters may require initialization/finalization - can't be used in variant records
% Type parameters may be specialized with types which (e.g. \var{ansistring}) need initialization/finalization
% code which is implicitly generated by the compiler.
#
% \end{description}
# Type Checking
#
# 04095 is the last used one