[libc-commits] [libc] [libc] Add link to stdfix.h on headers page (PR #129138)
via libc-commits
libc-commits at lists.llvm.org
Wed Mar 5 11:22:37 PST 2025
https://github.com/PiJoules updated https://github.com/llvm/llvm-project/pull/129138
>From 8c1350493e4776bb4384d39b19788bd63eb31321 Mon Sep 17 00:00:00 2001
From: Leonard Chan <leonardchan at google.com>
Date: Thu, 27 Feb 2025 14:41:56 -0800
Subject: [PATCH] [libc] Add link to stdfix.h on headers page
---
libc/docs/headers/index.rst | 1 +
libc/docs/headers/math/index.rst | 3 +--
libc/docs/headers/{math => }/stdfix.rst | 0
3 files changed, 2 insertions(+), 2 deletions(-)
rename libc/docs/headers/{math => }/stdfix.rst (100%)
diff --git a/libc/docs/headers/index.rst b/libc/docs/headers/index.rst
index 3dc30ef90a8e4..003ce2edca977 100644
--- a/libc/docs/headers/index.rst
+++ b/libc/docs/headers/index.rst
@@ -23,6 +23,7 @@ Implementation Status
setjmp
signal
stdbit
+ stdfix
stdio
stdlib
string
diff --git a/libc/docs/headers/math/index.rst b/libc/docs/headers/math/index.rst
index 3010f9457ae11..6100560150f9e 100644
--- a/libc/docs/headers/math/index.rst
+++ b/libc/docs/headers/math/index.rst
@@ -16,7 +16,6 @@ math.h
:hidden:
log.rst
- stdfix.rst
.. contents:: Table of Contents
@@ -446,7 +445,7 @@ Algorithms + Implementation Details
Fixed-point Arithmetics
=======================
-* :doc:`stdfix`
+* :doc:`../../stdfix.rst`
References
==========
diff --git a/libc/docs/headers/math/stdfix.rst b/libc/docs/headers/stdfix.rst
similarity index 100%
rename from libc/docs/headers/math/stdfix.rst
rename to libc/docs/headers/stdfix.rst
More information about the libc-commits
mailing list