aboutsummaryrefslogtreecommitdiff
path: root/src/open_lib.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/open_lib.cpp')
-rw-r--r--src/open_lib.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/open_lib.cpp b/src/open_lib.cpp
index 01f626e8..91b66feb 100644
--- a/src/open_lib.cpp
+++ b/src/open_lib.cpp
@@ -288,7 +288,7 @@ pj_open_lib(projCtx ctx, const char *name, const char *mode) {
* as a short filename.
*
* @param ctx context.
- * @param short_filename short filename (e.g. egm96_15.gtx)
+ * @param short_filename short filename (e.g. egm96_15.gtx). Must not be NULL.
* @param out_full_filename output buffer, of size out_full_filename_size, that
* will receive the full filename on success.
* Will be zero-terminated.