Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature/167-Description Annotation Support (#168)
* Added `GetDescriptionAnnotation` method in `ODataClientTemplate` class which returns Annotation of Term 'Description' if present. This value is then used in appropriate methods to write summary comments. Encapsulated writing summary comments by adding `WriteDescriptionSummary` method in ODataClientCSharpTemplate/ODataClientVBTemplate. * Fixed a bug regarding presence of \r, \n (or both) in Description Annotation * Added `GetDescriptionAnnotation` method in `ODataClientTemplate` class which returns Annotation of Term 'Description' if present. This value is then used in appropriate methods to write summary comments. Encapsulated writing summary comments by adding `WriteDescriptionSummary` method in ODataClientCSharpTemplate/ODataClientVBTemplate. * Fixed a bug regarding presence of \r, \n (or both) in Description Annotation Co-authored-by: Clément Habinshuti <haby_habbes@live.com>
- Loading branch information