Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions libc/docs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ if (SPHINX_FOUND)
file(MAKE_DIRECTORY
"${CMAKE_CURRENT_BINARY_DIR}/headers/arpa/"
"${CMAKE_CURRENT_BINARY_DIR}/headers/sys/"
"${CMAKE_CURRENT_BINARY_DIR}/headers/net/"
)

# Change sphinx to build from $build_dir/libc/docs/ rather than
Expand All @@ -40,6 +41,7 @@ if (SPHINX_FOUND)
float
inttypes
locale
net/if
setjmp
signal
stdbit
Expand Down
1 change: 1 addition & 0 deletions libc/docs/headers/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Implementation Status
inttypes
locale
math/index.rst
net/if
search
setjmp
signal
Expand Down
13 changes: 13 additions & 0 deletions libc/utils/docgen/net/if.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
functions:
if_freenameindex:
in-latest-posix: ''
if_indextoname:
in-latest-posix: ''
if_nameindex:
in-latest-posix: ''
if_nametoindex:
in-latest-posix: ''

macros:
IF_NAMESIZE:
in-latest-posix: ''
Loading