1/**
2
3@defgroup PovMS POV-Ray Message-Passing Layer
4@ingroup PovSource
5@brief Message-passing layer between front- and back-end.
6
7This module implements the message-passing interface used between the @ref PovFrontend and @ref PovBackend.
8
9The povms module depends on the @ref PovBase.
10
11@{
12
13@dir
14@brief Source code files for the @ref PovMS.
15
16@}
17
18*/
19