Writing Documentation

Kampose combines conceptual topics with XML documentation extracted from .NET projects. Use these guides to choose the right source for each kind of information and keep the result useful and maintainable.

Conceptual Content

Conceptual Topics explains how to add and organize Markdown guides, tutorials, explanations, and project information. It also covers links between topics, assets, and API documentation.

Use a conceptual topic when information spans multiple APIs, teaches a workflow, or explains background that does not belong in a member description.

API Documentation

Supported XML Documentation Tags is the reference for the standard and extended XML elements that Kampose renders.

Best Practices explains how to use those elements to describe public contracts clearly without repeating information already visible in API signatures.

Documenting Namespaces covers the NamespaceDoc convention for namespace-level summaries, remarks, examples, and related links.

See Also