oqtane.framework/Oqtane.Shared/Documentation
2024-01-07 11:10:53 -08:00
..
InternalApi.cs Add Documentation attributes 2020-10-15 10:38:25 +02:00
PrivateApi.cs Add Documentation attributes 2020-10-15 10:38:25 +02:00
PublicApi.cs Add Documentation attributes 2020-10-15 10:38:25 +02:00
readme.md Documentation Spelling Correction 2024-01-07 11:10:53 -08:00
WorkInProgressApi.cs Add Documentation attributes 2020-10-15 10:38:25 +02:00

Oqtane API Decorator Attributes

This folder contains special attributes for the API Code Generator.

The idea is that only items marked with special attributes are valid public APIs, and only these will be documented in the public docs

As of 2020, all APIs are documented, and only these marked as [PrivateApi] will be excluded. In future, we may reverse this to only document things marked as [PublicApi].