You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
833 B
19 lines
833 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<herd>dev-tools</herd>
|
|
<maintainer>
|
|
<email>xarthisius@gentoo.org</email>
|
|
<name>Kacper Kowalik</name>
|
|
</maintainer>
|
|
<longdescription>Doxygen is a tool for analyzing, documenting, and reverse-engineering
|
|
source code of various languages using a variety of output formats
|
|
(try it and see). Doxygen supports C++, C, Java, Objective-C, Python,
|
|
IDL (Corba and Microsoft flavors) and to some extent PHP, C#, and D,
|
|
as well as other languages (using additional helper tools).
|
|
</longdescription>
|
|
<use>
|
|
<flag name='nodot'>removes graphviz dependency, along with dot graphs</flag>
|
|
<flag name='dot'>allow to create dot graphs using <pkg>media-gfx/graphviz</pkg></flag>
|
|
</use>
|
|
</pkgmetadata>
|