On every generated model classes there are no documentation comments added by default. If you want to use XML documentation comments for every generated entity classes, find this part inside [modelname].tt (modelname is current EDMX file name):
foreach (var entity in typeMapper.GetItemsToGenerate&l...