Skip to content

StrayDragon/godot-api-docgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

Unofficial Godot4 C# API documentation:

Separate into another repository which serves as a documentation repository., see https://github.com/StrayDragon/godot-csharp-api-doc

How to build?

  1. perpare target version *.dll metafiles. see src/README.md
  2. replace target version (e.g. 4.3-stable) from old version (e.g. 4.2.2-stable) in docfx.json like this
sed -i 's/4.2.2-stable/4.3-stable/g' docfx.json
  1. make build-doc

Related projects & Inspired by

References

License

See LICENSE and index.md file for license details.