gds-render/doxygen/external-renderer.dox

16 lines
546 B
Plaintext
Raw Normal View History

2019-03-30 19:51:56 +01:00
/**
2019-08-24 13:45:36 +02:00
* @defgroup ExternalRenderer External Shared Object Renderer
* @ingroup GdsOutputRenderer
*
* @subsection ExternalRendererProps Properties
* This class inherits all properties from its parent @ref GdsOutputRenderer.
* In addition to that, it implements the following properties:
*
* Property Name | Description
* -----------------|----------------------------------------------------------------
* shared-object-path | Path to the shared object used for rendering
*
* All these properties have to be set for rendering.
*
2019-03-30 19:51:56 +01:00
*/