mirror of
https://github.com/NixOS/nix
synced 2025-06-25 23:11:16 +02:00
add empty line to documentation comments after @brief
field (#10800)
* add empty line to documentation comments after `@brief` field Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
This commit is contained in:
parent
1e2b26734b
commit
2bd66922ee
2 changed files with 6 additions and 1 deletions
|
@ -79,6 +79,7 @@ typedef struct nix_realised_string nix_realised_string;
|
|||
* @{
|
||||
*/
|
||||
/** @brief Function pointer for primops
|
||||
*
|
||||
* When you want to return an error, call nix_set_err_msg(context, NIX_ERR_UNKNOWN, "your error message here").
|
||||
*
|
||||
* @param[in] user_data Arbitrary data that was initially supplied to nix_alloc_primop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue