Skip to content

Commit ca3fd63

Browse files
[libc] clean up the hdrgen docs a bit (llvm#121974)
Since the files have been reorganized, the readme is out of date. This patch updates it to be more accurate.
1 parent 94c0db0 commit ca3fd63

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

libc/utils/hdrgen/README.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
This directory contains the sources and specifications for the types,
2-
macros and entrypoint functions. These definitions are organized in the
3-
``yaml`` subdirectory and match the organization of the ``*.h.def``
4-
files. This directory also contains the Python sources for hdrgen, which is
5-
what generates the headers.
1+
This directory also contains the Python sources for hdrgen, which is
2+
what generates the headers public libc headers. The definitions for these
3+
headers are in the ``include`` directory. The ``.h.def`` files are the bases
4+
and the ``.yaml`` files are the contents.

0 commit comments

Comments
 (0)