Skip to content

Commit 220b43f

Browse files
authored
Merge pull request #251 from Microsoft/adding-processor-link
Linking back the new C# annotations processor.
2 parents 4ab77f9 + 300a597 commit 220b43f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ Project Objectives
1414
- Provide OpenAPI description writers for both V2 and V3 specification formats.
1515
- Enable developers to create Readers that translate different data formats into OpenAPI descriptions.
1616

17-
# Readers
18-
The OpenAPI.NET project holds the base object model for representing OpenAPI descriptions as .NET objects. Translation for different data types into this object model is handled by reading raw JSON/YAML or from individual "Readers", a number of which are in the works.
17+
# Processors
18+
The OpenAPI.NET project holds the base object model for representing OpenAPI documents as .NET objects. Some developers have found the need to write processors that convert other data formats into this OpenAPI.NET object model. We'd like to curate that list of processors in this section of the readme.
1919

20-
The base JSON and YAML Readers are built into this project. Below is the list of supported "reader" projects.
20+
The base JSON and YAML processors are built into this project. Below is the list of the other supported processor projects.
2121

22-
- .NET Comment Reader: [Coming Soon]
22+
- [**C# Comment / Annotation Processor**](https://github.com/Microsoft/OpenAPI.NET.CSharpAnnotations) : Converts standard .NET annotations ( /// comments ) emitted from your build (MSBuild.exe) into OpenAPI.NET document object.
2323

2424
# Example Usage
2525

0 commit comments

Comments
 (0)