{% extends "base.html" %} {% block page_title %}{{ dox.projectname }} - {{ dox.title }}{% endblock %} {% block title %} {% if fullname %} {{ fullname }} {% else %} {{ dox.projectname }} {% endif %} {% endblock title %} {% block content %} {% if classname %}

Search for usage in LXR

{% endif %} {{ dox.content }}
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 %} {% include "library-sidebar.html" %} {% endblock %} {# sidebar #}