summaryrefslogtreecommitdiff
path: root/dev-util/makeheaders/metadata.xml
blob: 6dd794780647c92d48e610549ed026f7d624b364 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/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>
  <origin>srcux</origin>
</pkgmetadata>