Skip to content

Commit

Permalink
Add missing documentation for jitc_var_state
Browse files Browse the repository at this point in the history
  • Loading branch information
njroussel committed Feb 6, 2025
1 parent dbeb60f commit 36bca2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/var.h
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ extern int jitc_var_eval(uint32_t index, bool raise_dirty_error = true);

/// Return the pointer location of the variable, evaluate if needed
extern uint32_t jitc_var_data(uint32_t index, bool eval_dirty, void **ptr_out);

/// Return the evaluation state of the variable
extern VarState jitc_var_state(uint32_t index);

/// Return a human-readable summary of registered variables
Expand Down

0 comments on commit 36bca2e

Please sign in to comment.