Skip to content

Commit

Permalink
feature/167-Description Annotation Support (#168)
Browse files Browse the repository at this point in the history
* 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
KamyarP and habbes authored Oct 21, 2020
1 parent 256c86b commit c22df59
Show file tree
Hide file tree
Showing 5 changed files with 425 additions and 642 deletions.
Loading

0 comments on commit c22df59

Please sign in to comment.