QuTech-Delft / OpenQL

OpenQL: A Portable Quantum Programming Framework for Quantum Accelerators. https://dl.acm.org/doi/10.1145/3474222
https://openql.readthedocs.io
Other
99 stars 44 forks source link

Add doxygen to documentation build #338

Closed jvanstraten closed 4 years ago

jvanstraten commented 4 years ago

Since I figured out how to do C++ documentation generation on ReadTheDocs for libqasm anyway, I figured I'd copypaste the logic into OpenQL as well. The generated docs are only as clear and organized as the source code is, but it's still nice to be able to click through the files and class hierarchy outside of an IDE.

@razvnane since I don't have access to the RTD interface, can you trigger a build on this branch sometime to make sure it works? All of this worked in one go on libqasm so I don't see why it shouldn't, but you never know.