{% extends "base.html" %} {% block page_title %}{{ dox.projectname }} - {{ dox.title }}{% endblock %} {% block title %}{{ dox.title }} ({{ dox.projectname }}){% endblock %} {% block content %}

{{ dox.projectname }}

{% if classname %} {% endif %} {{ dox.content }} {% if classname %} {% include "comments.html" %} {% endif %}
This file is part of the KDE documentation.
Documentation copyright © {{copyright}}.
Generated on {{ dox.datetime }} by doxygen {{ dox.doxygenversion }} written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

{% endblock %} {% block sidebar %} {% if class_map %} {% endif %} {% if fwinfo %} {% include "fwinfo.html" %} {% endif %} {% if group_menu %} {% endif %} {% endblock %} {# sidebar #}