Skip to content
Merged
Changes from all commits
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
9 changes: 4 additions & 5 deletions libc/utils/hdrgen/README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
This directory contains the sources and specifications for the types,
macros and entrypoint functions. These definitions are organized in the
``yaml`` subdirectory and match the organization of the ``*.h.def``
files. This directory also contains the Python sources for hdrgen, which is
what generates the headers.
This directory also contains the Python sources for hdrgen, which is
what generates the headers public libc headers. The definitions for these
headers are in the ``include`` directory. The ``.h.def`` files are the bases
and the ``.yaml`` files are the contents.
Loading