fdo#72005: Add @since tag to the API documentation.
Change-Id: Ib59648f1427e3d6f662f7c4eddea66ad03817dbb
This commit is contained in:
@@ -14,12 +14,19 @@
|
||||
|
||||
module com { module sun { module star { module drawing {
|
||||
|
||||
/**
|
||||
* Extend XShapes to allow insertion of shapes at different positions.
|
||||
*
|
||||
* @since LibreOffice 4.2
|
||||
*/
|
||||
interface XShapes2 : com::sun::star::drawing::XShapes
|
||||
{
|
||||
/**
|
||||
* Insert a new shape to the top of the stack.
|
||||
*
|
||||
* @param xShape shape to be inserted.
|
||||
*
|
||||
* @since LibreOffice 4.2
|
||||
*/
|
||||
void addTop( [in] com::sun::star::drawing::XShape xShape );
|
||||
|
||||
@@ -27,6 +34,8 @@ interface XShapes2 : com::sun::star::drawing::XShapes
|
||||
* Insert a new shape to the bottom of the stack.
|
||||
*
|
||||
* @param xShape shape to be inserted.
|
||||
*
|
||||
* @since LibreOffice 4.2
|
||||
*/
|
||||
void addBottom( [in] com::sun::star::drawing::XShape xShape );
|
||||
};
|
||||
|
Reference in New Issue
Block a user