--- css: documentation layout: default title: Documentation - Frama-C ---
{% include headers.html header="documentation" %}

Documentation

Modifications to this documentation can be made via merge requests to the Frama-C website git repository.

The Frama-C kernel and plug-ins have a detailed documentation page.

Plug-ins Manuals

Plugin Development

{% for plugin in site.fc-plugins %}

{% if plugin.short %} {{ plugin.short }} {% else %} {{ plugin.title }} {% endif %}

{% endfor %}
{% include footer.html %}