summaryrefslogtreecommitdiff
path: root/LayerManagerClient
diff options
context:
space:
mode:
authorMichael Schuldt <michael.schuldt@bmw-carit.de>2011-09-09 13:36:35 +0200
committerMichael Schuldt <michael.schuldt@bmw-carit.de>2011-09-09 13:36:35 +0200
commitad4523ba08bdc24a00a056333f5efe2f5f5ebe48 (patch)
tree65e882949cca98ef13574f8cd6db480527af513f /LayerManagerClient
parentf45e2c78650af3529cae3c7a3603a3bbb7d505f9 (diff)
downloadlayer_management-ad4523ba08bdc24a00a056333f5efe2f5f5ebe48.tar.gz
Update C-API documentation
Diffstat (limited to 'LayerManagerClient')
-rw-r--r--LayerManagerClient/ilmClient/include/Doxyfile2
-rw-r--r--LayerManagerClient/ilmClient/include/ilm_client.h6
2 files changed, 7 insertions, 1 deletions
diff --git a/LayerManagerClient/ilmClient/include/Doxyfile b/LayerManagerClient/ilmClient/include/Doxyfile
index fa3fef5..a088d23 100644
--- a/LayerManagerClient/ilmClient/include/Doxyfile
+++ b/LayerManagerClient/ilmClient/include/Doxyfile
@@ -31,7 +31,7 @@ PROJECT_NAME = ilmClient
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 0.8.0
+PROJECT_NUMBER = 0.9.3
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
diff --git a/LayerManagerClient/ilmClient/include/ilm_client.h b/LayerManagerClient/ilmClient/include/ilm_client.h
index 43a33ac..bd300e0 100644
--- a/LayerManagerClient/ilmClient/include/ilm_client.h
+++ b/LayerManagerClient/ilmClient/include/ilm_client.h
@@ -171,6 +171,7 @@ ilmErrorTypes ilm_getSurfaceIDsOnLayer(t_ilm_layer layer,t_ilm_int* pLength,t_il
/**
* \brief Create a layer which should be managed by the service
+ * \deprecated Will be removed in later version please use ilm_layerCreateWithDimension
* \ingroup Layer
* \param[out] pLayerId pointer where the id should be/is stored. It is possible
* to set a id from outside, 0 will create a new id.
@@ -184,6 +185,11 @@ ilmErrorTypes ilm_layerCreate(t_ilm_layer* pLayerId);
* \ingroup Layer
* \param[out] pLayerId pointer where the id should be/is stored. It is possible
* to set a id from outside, 0 will create a new id.
+ *\param[in] width horizontal dimension of the layer
+ *
+ * \param[in] height vertical dimension of the layer
+ *
+*
* \return ILM_TRUE if the method call was successful
* \return ILM_FAILED if the client can not call the method on the service.
*/