Skip to content

mkdocstrings/c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2c30641 · Mar 28, 2025

History

22 Commits
Mar 28, 2025
Mar 28, 2025
Mar 28, 2025
Mar 28, 2025
Mar 28, 2025
Mar 28, 2025
Mar 28, 2025
May 22, 2024
Mar 10, 2025
Mar 28, 2025
Mar 28, 2025
Mar 28, 2025
May 22, 2024
Aug 1, 2024
Mar 28, 2025
Mar 28, 2025
Mar 28, 2025
Mar 28, 2025

Repository files navigation

mkdocstrings-c

ci documentation pypi version gitter

A C handler for mkdocstrings.

WARNING: Still in prototyping phase! Feedback is welcome.

NOTE: C99 full support, C11 partial support Since data is extraced with pycparser, only C99 is fully supported, while C11 is partially supported.

Installation

pip install mkdocstrings-c

Usage

With the following header file:

--8<-- "docs/snippets/hello.h"

Generate docs for this file with this instruction in one of your Markdown page:

::: path/to/hello.h

This will generate the following HTML:

::: docs/snippets/hello.h handler: c