Sandcastle not adding param documentation
- by rockinthesixstring
My method looks as follows
''' <summary>
''' Adds the activity.
''' </summary>
''' <param name="userid">An that is derived from the <see cref="Domain.User.ID" /></param>
''' <param name="activity">The activity integer that is to be derived from the <see cref="ActivityLogService.LogType"…