Skip to content

[libc][docs] convert stdbit documentation to be generated #88066

Closed
@nickdesaulniers

Description

@nickdesaulniers

Using n3096 Section 7.18, we should fill out the function list in a new file called libc/utils/docgen/stdbit.json (so that we have entries about which standard section talks about what, similar to libc/utils/docgen/fenv.json).

Then we should run ./libc/utils/docgen/docgen.py stdbit.h > libc/docs/stdbit.rst to overwrite the page for stdbit.h.

We need to retain the include for |check| to be recognized.

#87835 and #87946 are recent examples adding documentation. This would be similar, but instead of starting from no documentation, we'd be converting existing documentation to be generated similar to other docs using the new generator.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions