mirror of
https://github.com/NixOS/nix.git
synced 2025-11-10 04:26:01 +01:00
improve note in nix_value_force documentation
This commit is contained in:
parent
8e9fc2853c
commit
25e2b1f7f7
2 changed files with 4 additions and 5 deletions
|
|
@ -148,7 +148,8 @@ Value * nix_alloc_value(nix_c_context * context, EvalState * state);
|
|||
* @brief Functions to inspect and change Nix language values, represented by Value.
|
||||
* @{
|
||||
*/
|
||||
/** @name Getters
|
||||
/** @anchor getters
|
||||
* @name Getters
|
||||
*/
|
||||
/**@{*/
|
||||
/** @brief Get value type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue