So far the project uses a doxide.hpp header that includes multiple C++ standard headers plus those of some dependencies. This header also exports some functions that are functionally unrelated to each other. The idea is to minimize its content and clean it up. This way, a change in the header content does not trigger a full re-compilation of the project.
So far the project uses a
doxide.hppheader that includes multiple C++ standard headers plus those of some dependencies. This header also exports some functions that are functionally unrelated to each other. The idea is to minimize its content and clean it up. This way, a change in the header content does not trigger a full re-compilation of the project.