Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature/documentation #92

Merged
merged 8 commits into from
Apr 19, 2021
Merged

feature/documentation #92

merged 8 commits into from
Apr 19, 2021

Conversation

baywet
Copy link
Member

@baywet baywet commented Apr 12, 2021

  • adds the infrastructure to support generating doc comment
  • adds support for doc comments in dotnet
  • adds doc comment support for java
  • adds doc comment support for typescript

fixes #23
fixes #22
fixes #21

adds comments like these to improve the devolepment experience

serialization

/**
     * Serialiazes information the current object
     * @param writer Serialization writer to use to serialize this model
     * @returns a void
     */

deserialization

/**
     * The serialization information for the current model
     * @returns a Map<string, (item: SingleValueLegacyExtendedProperty, node: ParseNode) => void>
     */

a property

/** The message ID in the format specified by RFC2822.  */

a class

/** Builds and executes requests for operations under /users/{user-id}  */

@baywet
Copy link
Member Author

baywet commented Apr 16, 2021

generation diff microsoft/kiota-samples#7

zengin
zengin previously approved these changes Apr 16, 2021
Base automatically changed from feature/operationId-dependency to main April 19, 2021 16:13
@baywet baywet dismissed zengin’s stale review April 19, 2021 16:13

The base branch was changed.

@baywet baywet merged commit 5f2df36 into main Apr 19, 2021
@baywet baywet deleted the feature/documentation branch April 19, 2021 16:16
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants