mirror of
https://github.com/NixOS/nix.git
synced 2025-11-16 15:32:43 +01:00
doc: Improve libexpr-c docs
- Uses the more explicit `@ingroup` most of the time, to avoid problems with nested groups, and to make group membership more explicit. The division into headers is not great for documentation purposes, so this helps. - More attention for memory management details - Various other improvements to doc comments
This commit is contained in:
parent
1a4ad0706b
commit
5fc0c4f102
6 changed files with 237 additions and 78 deletions
|
|
@ -15,7 +15,7 @@ programmatically:
|
|||
1. Embedding the evaluator
|
||||
2. Writing language plug-ins
|
||||
|
||||
Embedding means you link the Nix C libraries in your program and use them from
|
||||
Embedding means you link the Nix C API libraries in your program and use them from
|
||||
there. Adding a plug-in means you make a library that gets loaded by the Nix
|
||||
language evaluator, specified through a configuration option.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue