mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
Requested in https://bugs.gentoo.org/867043 . Signed-off-by: Eric Joldasov <bratishkaerik@landless-city.net> Closes: https://github.com/gentoo/gentoo/pull/35923 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
23 lines
959 B
XML
23 lines
959 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person" proxied="yes">
|
|
<email>bratishkaerik@landless-city.net</email>
|
|
<name>Eric Joldasov</name>
|
|
</maintainer>
|
|
<maintainer type="project" proxied="proxy">
|
|
<email>proxy-maint@gentoo.org</email>
|
|
<name>Proxy Maintainers</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
The makeheaders program is a simple utility that will automatically generate
|
|
all ".h" files for large programming project based on information gleaned from
|
|
the ".c" and/or ".cpp" source files. It operates by scanning the C and/or C++
|
|
source code, extracting appropriate macros, structure and subroutine declarations
|
|
and writing this declarations, in the correct order, into the generated header files.
|
|
</longdescription>
|
|
<upstream>
|
|
<doc>https://fossil-scm.org/home/doc/trunk/tools/makeheaders.html</doc>
|
|
</upstream>
|
|
</pkgmetadata>
|