Generate documentation for APIs #823
Labels
automation
Replace handcrafted code that doesn't scale
documentation
Improvements or additions to documentation
feature
A new feature or request
P2
Medium-priority issue
package: generator
Issue with package:generator
Milestone
Currently, the documentation for the generated APIs is hand-crafted. With #819, automating this process and generating documentation directly is necessary.
Microsoft provides a convenient solution through the Microsoft.Windows.SDK.Win32Docs package on NuGet. This package includes a MessagePack dictionary that maps API names to ApiDetails objects, containing all the necessary documentation.
By using this resource, the
generator
can create documentation for a wide range of API elements:The text was updated successfully, but these errors were encountered: