0

enter image description here

Is it possible to generate this type of API documentation with Doxygen. If so how?

I do have all my controllers XML commented.

1 Answer 1

1

HelpPage, by default, uses XmlDocumentationProvider(which depends on the default .net generated documentation) which implements System.Web.Http.Description.IDocumentationProvider...You can create a custom IDocumentationProvider and where you can read the documentation generated by Doxygen...After creating this custom provider, you can replace the default one in HelpPageConfig.cs...

Sign up to request clarification or add additional context in comments.

2 Comments

Will I be also able to match the view/UI generated and how the HelpPage looks?
yes, you would be able to...the interface that i mentioned only provides 'text' and so there would be no UI changes..

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.