Skip to content

Commit

Permalink
Add "@relates aerospike" to aerospike_init_lua() doc to be consistent…
Browse files Browse the repository at this point in the history
… with other functions in aerospike.h.
  • Loading branch information
BrianNichols committed Feb 8, 2024
1 parent 029db7a commit 28077dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/include/aerospike/aerospike.h
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,8 @@ aerospike_new(as_config* config);
* Initialize global lua configuration.
*
* @param config The lua configuration to use for all cluster instances.
*
* @relates aerospike
*/
AS_EXTERN void
aerospike_init_lua(as_config_lua* config);
Expand Down

0 comments on commit 28077dc

Please sign in to comment.