1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-16 15:32:43 +01:00

nix_api_expr, store: fix minor documentation issues

This commit is contained in:
Yorick van Pelt 2023-07-27 13:10:17 +02:00 committed by José Luis Lafuente
parent 4a4936136b
commit c3b5b8eb62
No known key found for this signature in database
GPG key ID: 8A3455EBE455489A
2 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
#ifndef NIX_API_STORE_H
#define NIX_API_STORE_H
/** @file
* @brief Main entry for the libexpr C bindings
* @brief Main entry for the libstore C bindings
*/
#include "nix_api_util.h"