1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

docs/external-api: write main page

This commit is contained in:
Yorick van Pelt 2023-08-07 17:54:31 +02:00 committed by José Luis Lafuente
parent e642bbc2a7
commit 3b41830a96
No known key found for this signature in database
GPG key ID: 8A3455EBE455489A
2 changed files with 79 additions and 2 deletions

View file

@ -38,9 +38,10 @@ GENERATE_LATEX = NO
INPUT = \
src/libutil/c \
src/libexpr/c \
src/libstore/c
src/libstore/c \
doc/external-api/README.md
FILE_PATTERNS = nix_api_*.h
FILE_PATTERNS = nix_api_*.h *.md
# The INCLUDE_PATH tag can be used to specify one or more directories that
# contain include files that are not input files but should be processed by the
@ -52,3 +53,5 @@ INCLUDE_PATH = @RAPIDCHECK_HEADERS@
EXCLUDE_PATTERNS = *_internal.h
GENERATE_TREEVIEW = YES
OPTIMIZE_OUTPUT_FOR_C = YES
USE_MDFILE_AS_MAINPAGE = doc/external-api/README.md