doc
This commit is contained in:
parent
f68f4fcd21
commit
3ad23244f1
1 changed files with 2 additions and 2 deletions
|
@ -117,7 +117,7 @@ typedef struct gdispImage {
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
/**
|
||||
/*
|
||||
* Deprecated Functions.
|
||||
*/
|
||||
gdispImageError DEPRECATED("Use gdispImageOpenGFile() instead") gdispImageOpen(gdispImage *img);
|
||||
|
@ -136,7 +136,7 @@ extern "C" {
|
|||
* @return GDISP_IMAGE_ERR_OK (0) on success or an error code.
|
||||
*
|
||||
* @param[in] img The image structure
|
||||
* @param[in] f The open GFILE stream.
|
||||
* @param[in] filename The open GFILE stream.
|
||||
*
|
||||
* @pre The GFILE must be open for reading.
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue