Re: [cmake-developers] Built-in tag support for FindDoxygen

2017-07-05 Thread Robert Dailey
I ran into an interesting situation. Originally, I had based documentation on real targets. And in some ways, I still do, but not directly anymore. I have some targets that are conditionally only built on certain platforms. However, I wanted documentation for that target to be generated regardless

Re: [cmake-developers] Built-in tag support for FindDoxygen

2017-06-30 Thread Craig Scott
On Thu, Jun 29, 2017 at 11:14 AM, Robert Dailey wrote: > Doxygen supports linking external documentation together: > https://www.stack.nl/~dimitri/doxygen/manual/external.html > > Using doxygen_add_docs(), it doesn't provide built-in support for tag > files. I'm

[cmake-developers] Built-in tag support for FindDoxygen

2017-06-28 Thread Robert Dailey
Doxygen supports linking external documentation together: https://www.stack.nl/~dimitri/doxygen/manual/external.html Using doxygen_add_docs(), it doesn't provide built-in support for tag files. I'm thinking this would be beneficial since the way the function is designed encourages modular