
DO NOT MODIFY the following files:
- StringToEnum.cpp
- EnumToString.cpp
- src/m/enum/*
all these files are automatically synchronized with EnumDefinitions.h

TO ADD AN ENUM:
add the corresponding lines to EnumDefinitions.h
and executes the 2 synchronizing scripts.

SYNCHRONIZEMATLABENUM
This script synchronizes all matlab enums from EnumDefinitions.h

SYNCHRONIZESTRINGS
This scrpit synchronizes StringToEnum.cpp and EnumToString.cpp according to EnumDefinitions.h
