diff options
Diffstat (limited to 'dev-util/gtk-doc/metadata.xml')
-rw-r--r-- | dev-util/gtk-doc/metadata.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-util/gtk-doc/metadata.xml b/dev-util/gtk-doc/metadata.xml new file mode 100644 index 000000000000..a562fd84b87c --- /dev/null +++ b/dev-util/gtk-doc/metadata.xml @@ -0,0 +1,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> |