Skip to content

C# API Docs Beta? Source Code? Extra markdown syntax support? #31

Closed Answered by geoffreymcgill
ApolonTorq asked this question in Q&A
Discussion options

You must be logged in to vote

Is it possible to participate in the C# API docs generation beta?

Yes, there is limited C# API reference doc generation support built into Retype v1.6.0.

Add the following api config to your project retype.json.

{    
  "api": {
    "projects": [
      {
        "input": "../path-to-your-csharp-project"
      }
    ]
  }
}

At the moment, the only other supported config is output, which controls which folder within the output that Retype will send the built API docs.

You can see the API Reference docs in action here:

https://docs.mojee.io

Here's the api config for the Mojee API docs:

https://github.com/MojeeIO/Mojee/blob/master/retype.json#L16-L22

    "api": {
      "projects": [
       …

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ApolonTorq
Comment options

@geoffreymcgill
Comment options

Answer selected by ApolonTorq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants