1/**
2
3@defgroup PovBackend POV-Ray Back-End Module
4@ingroup PovSource
5@brief Render thread coordination.
6
7This module is mainly concerned with setting up and coordinating the @ref PovParser and @ref PovCore
8threads involved in rendering a scene, and interfacing them to a -- possibly remote --
9@ref PovFrontend instance via the @ref PovMS.
10
11@todo
12    The exact line between the back-end module and the @ref PovCore has not been finalized yet.
13
14The back-end module depends on the @ref PovBase, @ref PovCore, @ref PovParser and @ref PovMS.
15
16@{
17
18@dir
19@brief Source code files for the @ref PovBackend.
20
21@}
22
23*/
24