5 Commits

Author SHA1 Message Date
Friedrich W. H. Kossebau
27dcf14de4 Add support for API docs generation with kapidox 2020-05-29 16:27:19 +02:00
Alon Bar-Lev
5f18ebc705 build: fix C++11 throwing distructors
For >=C++11, explicitly mark throwing destructors `noexcept(false)`

Thanks: Peter-Levine <plevine457@gmail.com>
2017-03-21 12:34:29 +02:00
Ivan Romanov
98be0a1234 docs: fixed no images in docs when build out of source 2014-11-28 23:50:13 +05:00
Pino Toscano
3548ee76e9 remove reference to (now) non-existing qt.tag
Commit a021c500edf9939eace2c7bbae6b9290b430f7be removed the qt.tag copy
in the qca sources, so don't point the Doxyfile to it.

Its usage was not optimal anyway, since the references to Qt classes
where still considered within the qca apidox.
2014-09-28 12:11:37 +02:00
Ivan Romanov
8098fc925f Added cmake doc target
Do not use doxygen directly. Often cmake build out-of-source.
So it usefult to have doc make target. It is required to generate
documentation for generating header file (qca_version.h) which places
in build tree.
2014-01-03 15:53:19 +06:00