Skip to content

Conversation

Si1ver
Copy link
Contributor

@Si1ver Si1ver commented Jun 16, 2020

Inline code documentation in C# files needs some love.

This PR improves:

  • Ensure xml tags are always correctly closed
  • Replace return tags with returns tags
  • Fix outdated argument names in inline documentation
  • Remove docs for removed arguments
  • Add docs for some undocumented arguments
  • Fix inline documentation to always starts with exactly three slashes ///
  • Fix regular comments to always starts with // and never with ///
  • Replace < in xmldoc with &lt;
  • Fix missing quotes around values of xml attributes
  • Ensure <para> tag is inside another tag
  • Fix documentation on some enumeration values
  • Fix few typos

@chkuang-g chkuang-g merged commit bfc12dc into googlesamples:master Sep 9, 2020
@googlesamples googlesamples locked and limited conversation to collaborators Oct 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants