summaryrefslogtreecommitdiff
blob: a562fd84b87cf09a65f4f9888bf880fc5e2be9f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>gnome</herd>
<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>