docs: Fix whitespace in the App manual stub

This commit is contained in:
Emmanuele Bassi 2010-02-05 15:31:18 +00:00
parent dcdb97006b
commit bbaf6b233d

View File

@ -13,30 +13,28 @@
<surname>Allum</surname> <surname>Allum</surname>
<address><email>&author_mail;</email></address> <address><email>&author_mail;</email></address>
</author> </author>
<copyright> <copyright>
<year>2007</year> <year>2007</year>
</copyright> </copyright>
<legalnotice> <legalnotice>
<para> <para>This document is distributed under the terms of
This document is distributed under the terms of the GNU General Public License as published by the Free the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your option) any later version. Software Foundation; either version 2 of the License,
A copy of this license can be found in the file COPYING included with the source code of this or (at your option) any later version.</para>
program. <para>A copy of this license can be found in the file COPYING included with the source code of this program.</para>
</para>
</legalnotice> </legalnotice>
<title>Clutter Application Developer Manual</title> <title>Clutter Application Developer Manual</title>
<releaseinfo>for Clutter &apiversion;</releaseinfo> <releaseinfo>for Clutter &apiversion;</releaseinfo>
</bookinfo> </bookinfo>
<chapter id="intro"> <chapter id="intro">
<title> <title>Introduction</title>
Introduction
</title>
<section> <section>
<title>About Clutter</title> <title>About Clutter</title>
<para> <para>FIXME</para>
FIXME
</para>
</section> </section>
<section> <section>
<title>About this document</title> <title>About this document</title>
@ -64,9 +62,7 @@
</chapter> </chapter>
<chapter id="installation"> <chapter id="installation">
<title> <title>Installation</title>
Installation
</title>
<section> <section>
<title>Requirements</title> <title>Requirements</title>
<para> <para>
@ -82,27 +78,14 @@
</chapter> </chapter>
<appendix id="FAQ"> <appendix id="FAQ">
<title> <title>Frequently Asked Questions</title>
Frequently Asked Questions
</title>
<qandaset defaultlabel='qanda'> <qandaset defaultlabel='qanda'>
<qandaentry> <qandaentry>
<question> <question>
<para> <para>Why do Clutter applications run <emphasis>really</emphasis> slowly on Intel cards even though direct rendering support is reported.</para>
Why do Clutter applications run <emphasis>really</emphasis> slowly on Intel cards even though
direct rendering support is reported.
</para>
</question> </question>
<answer> <answer>
<para> <para>There is a bug in some versions of the Intel drivers that causes the driver to 'stall' when attempting to sync to vblank (as Clutter does by default). The fix is to either upgrade your drivers or set 'CLUTTER_VBLANK=none' when running Clutter applications.</para>
There is a bug in some versions of the Intel drivers that causes the driver to 'stall' when
attempting to sync to vblank (as Clutter does by default). The fix is to either upgrade
your drivers or set 'CLUTTER_VBLANK=none' when running Clutter applications.
</para>
</answer> </answer>
</qandaentry> </qandaentry>
</qandaset> </qandaset>
@ -110,12 +93,6 @@
<appendix id="contrib"> <appendix id="contrib">
<title>Contributing to this document</title> <title>Contributing to this document</title>
<para> <para>This document is written in Docbook XML. The source file for it is located in the subdirectory "doc/manual" of the source directory of Clutter.</para>
This document is written in Docbook XML. The source file for it is located in the
subdirectory "doc/manual" of the source directory of Clutter.
</para>
</appendix> </appendix>
</book> </book>