<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Python%2FDoxygen</id>
	<title>Python/Doxygen - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Python%2FDoxygen"/>
	<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Python/Doxygen&amp;action=history"/>
	<updated>2026-05-07T03:29:10Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://aznot.com/index.php?title=Python/Doxygen&amp;diff=1686&amp;oldid=prev</id>
		<title>Kenneth: /* installation */</title>
		<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Python/Doxygen&amp;diff=1686&amp;oldid=prev"/>
		<updated>2015-02-05T17:42:08Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;installation&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Doxygen ==&lt;br /&gt;
&lt;br /&gt;
Doxygen - http://www.doxygen.org/&lt;br /&gt;
* Doxygen - http://www.stack.nl/~dimitri/doxygen/&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Doxygen is a documentation generator, a tool for writing software reference documentation. The documentation is written within code, and is thus relatively easy to keep up to date. Doxygen can cross reference documentation and code, so that the reader of a document can easily refer to the actual code.&amp;quot; [http://en.wikipedia.org/wiki/Doxygen]&lt;br /&gt;
&lt;br /&gt;
Generate template configuration for you:&lt;br /&gt;
 doxygen -g &amp;lt;config-file&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Generate documentation:&lt;br /&gt;
 doxygen &amp;lt;config-file&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== doxypy ==&lt;br /&gt;
&lt;br /&gt;
See [[Python#doxypy]]&lt;br /&gt;
&lt;br /&gt;
== installation ==&lt;br /&gt;
&lt;br /&gt;
 yum install doxygen&lt;br /&gt;
 pip install doxypy&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
&lt;br /&gt;
Generate config:&lt;br /&gt;
 doxygen -g example.dox&lt;br /&gt;
&lt;br /&gt;
Suggested changes for Python:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PROJECT_NAME           = Oeey&lt;br /&gt;
OUTPUT_DIRECTORY       = /www/oeey_docs&lt;br /&gt;
FILE_PATTERNS          = *.py README.txt&lt;br /&gt;
RECURSIVE              = YES&lt;br /&gt;
EXCLUDE_PATTERNS       = unit_tests argparse.py */tests/*&lt;br /&gt;
SEARCHENGINE           = YES&lt;br /&gt;
ALPHABETICAL_INDEX     = YES&lt;br /&gt;
FILTER_SOURCE_FILES    = YES&lt;br /&gt;
INPUT_FILTER           = doxypy&lt;br /&gt;
SOURCE_BROWSER         = YES&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Usage:&lt;br /&gt;
 doxygen example.dox&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&lt;br /&gt;
README.txt index file:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/*! \mainpage My Project documentation.&lt;br /&gt;
Some comment&lt;br /&gt;
\htmlonly&lt;br /&gt;
&amp;amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
words words words&lt;br /&gt;
words words words&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;/pre&amp;gt;&lt;br /&gt;
\endhtmlonly&lt;br /&gt;
*/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== keywords ==&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming]]&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
	</entry>
</feed>