summaryrefslogtreecommitdiff
blob: 1a3871ad27fb965a7dc1fb2a7a971403fcf242cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
	<email>gnome@gentoo.org</email>
	<name>Gentoo GNOME Desktop</name>
</maintainer>
<use>
	<flag name="highlight">Enable source code highlighting</flag>
	<flag name="vim">Enable source code highlighting through
	<pkg>app-editors/vim</pkg></flag>
</use>
<longdescription lang="en">
	GTK-Doc is used to document C code.
	It is typically used to document the public API of libraries,
	such as the GTK+ and GNOME libraries, but it can also be used
	to document application code.
</longdescription>
</pkgmetadata>