<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/doc/Doxyfile.in, branch 1.3_rc2</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=1.3_rc2</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=1.3_rc2'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2016-08-10T14:17:18Z</updated>
<entry>
<title>CMake: Rewrite existing Documentation support and add doxygen</title>
<updated>2016-08-10T14:17:18Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-08-08T19:53:46Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=10ec2d23f14cf5d3e4835d9bcb57d0937f803e6a'/>
<id>urn:sha1:10ec2d23f14cf5d3e4835d9bcb57d0937f803e6a</id>
<content type='text'>
This can now build all documentation. It should also be fairly
reusable for other projects, as long as they follow the same
naming scheme for the po4a output files and set the PACKAGE_*
variables used here.

We could have done all translations in a single call to po4a
like the makefile based buildsystem does. While that would
have made the output slightly nicer, this solution offers a
huge performance gain because it can translate the documents
in parallel, which also means that the xsltproc stage does not
have to wait for all translations to be done first.

You might think that the add_custom_command() should list the
actual output files as BYPRODUCTS. This is not true however:
Because the files are not always generated, Ninja will think
missing byproducts mean that the target is out of date - which
is not what we want.

Finally, also add the missing doxygen support. Note that the
packaging script cleans up some md5 and map files created by
doxygen, otherwise it is fairly boring.
</content>
</entry>
<entry>
<title>Set STRIP_FROM_PATH for doxygen</title>
<updated>2014-09-28T08:33:19Z</updated>
<author>
<name>Trần Ngọc Quân</name>
<email>vnwildman@gmail.com</email>
</author>
<published>2014-09-28T08:33:19Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=e359fe101e1a66277b340563c96e868451d9d4b5'/>
<id>urn:sha1:e359fe101e1a66277b340563c96e868451d9d4b5</id>
<content type='text'>
Signed-off-by: Trần Ngọc Quân &lt;vnwildman@gmail.com&gt;
</content>
</entry>
<entry>
<title>disable timestamps in the footer of docs by doxygen</title>
<updated>2014-09-19T21:55:55Z</updated>
<author>
<name>Jérémy Bobbio</name>
<email>lunar@debian.org</email>
</author>
<published>2014-09-19T21:03:55Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=efcbb0f0c0ec92d6b61c6349a5ad69952939272e'/>
<id>urn:sha1:efcbb0f0c0ec92d6b61c6349a5ad69952939272e</id>
<content type='text'>
The default being 'yes', but this spoils the effort of reproducible
builds for no real gain. (https://wiki.debian.org/ReproducibleBuilds)
</content>
</entry>
<entry>
<title>update Doxyfile to 1.8.7 to silence deprecation warnings</title>
<updated>2014-05-22T16:41:52Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2014-05-22T16:41:52Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=55ef358b06854768cea247870e1d2f28a5955b90'/>
<id>urn:sha1:55ef358b06854768cea247870e1d2f28a5955b90</id>
<content type='text'>
Git-Dch: ignore
</content>
</entry>
<entry>
<title>make doxygen more quiet, fix issues and disable latex</title>
<updated>2014-03-13T12:58:45Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2014-02-25T21:10:40Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=255c9e4b74fe677d723c51d3450869ad45ca5463'/>
<id>urn:sha1:255c9e4b74fe677d723c51d3450869ad45ca5463</id>
<content type='text'>
Git-Dch: Ignore
</content>
</entry>
<entry>
<title>disable doxygen undocumented method warning</title>
<updated>2014-02-10T17:07:50Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2014-02-06T22:32:53Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=bfa1ebf5d062dfcdb2019725df9069148ceaef0b'/>
<id>urn:sha1:bfa1ebf5d062dfcdb2019725df9069148ceaef0b</id>
<content type='text'>
Very few methods we have are documented, so this is A LOT of noise
hidden the "interesting" warnings about methods which are documented,
but incorrectly and such stuff.

Git-Dch: Ignore
</content>
</entry>
<entry>
<title>use svg in doxygen and ensure dot is around for it</title>
<updated>2014-01-25T00:00:23Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2014-01-25T00:00:23Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=2f958de6e883ba7b0c9895750d4dde35047f1e82'/>
<id>urn:sha1:2f958de6e883ba7b0c9895750d4dde35047f1e82</id>
<content type='text'>
</content>
</entry>
<entry>
<title>run "doxygen -u" to update doxygen config</title>
<updated>2013-07-26T22:28:10Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2013-07-26T22:28:10Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=402c0d19a0c6668d7710b2b48561eb3059a04584'/>
<id>urn:sha1:402c0d19a0c6668d7710b2b48561eb3059a04584</id>
<content type='text'>
Git-Dch: Ignore
</content>
</entry>
<entry>
<title>the previously used VERSION didn't work everywhere so we are switching</title>
<updated>2012-03-21T23:16:11Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2012-03-21T23:16:11Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=9179f697ed4796a86f820b516f034fd679e48be4'/>
<id>urn:sha1:9179f697ed4796a86f820b516f034fd679e48be4</id>
<content type='text'>
to the more standard PACKAGE_VERSION and make it work in every file
</content>
</entry>
<entry>
<title>* doc/Doxyfile.in</title>
<updated>2009-08-26T14:02:39Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2009-08-26T14:02:39Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=a6f7fd36c8b456651568fecac6a29bbd7f4f0e7b'/>
<id>urn:sha1:a6f7fd36c8b456651568fecac6a29bbd7f4f0e7b</id>
<content type='text'>
  - activate DOT_MULTI_TARGETS, it is default on since doxygen 1.5.9

The description for this option is:
# Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
# files in one run (i.e. multiple -o and -T options on the command line). This
# makes dot run faster, but since only newer versions of dot (&gt;1.8.10)
# support this, this feature is disabled by default.

Even oldstable has a newer dot version, so the debian package doxygen
activate it per default and we will follow this recommendation now.
</content>
</entry>
</feed>
