I understand what you are saying now. This doesn't exist yet as far as I know. However there is no reason why you couldn't write a template to actually parse the SPROCs to determine the source tables attributes. The table details template will allow the harvesting of this info. I know this may seem rudimentary BUT it would be complete information.
<% if (SourceTable.Columns[x].IsPrimaryKeyMember) { %>
<% if (SourceTable.Columns[x].ExtendedProperties["CS_IsIdentity"].Value.ToString().ToLower() == "true") { %>
I hope this helps,