From 40a4f5e0269504cf10253de28ee17af9a884fb93 Mon Sep 17 00:00:00 2001 From: Grigore Mihai Date: Tue, 26 Aug 2025 23:04:17 +0300 Subject: [PATCH] fixed minor thing --- docs/code_documentation/documentation.adoc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/code_documentation/documentation.adoc b/docs/code_documentation/documentation.adoc index 3e72600565..5b61e93237 100644 --- a/docs/code_documentation/documentation.adoc +++ b/docs/code_documentation/documentation.adoc @@ -68,15 +68,27 @@ This section will elaborate on the functions and structures mentioned above, as NOTE: There are many types with the formats [.codebit]#`typename_t`# and [.codebit]#`typename_ptr`#. In most, if not all cases, [.codebit]#`typename_t`# is a [.codebit]#`typedef`# that stands for [.codebit]#`typename*`#, while [.codebit]#`typename_ptr`# stands for [.codebit]#`std::unique_ptr`#. include::documentation/common.h.adoc[] + include::documentation/common.cpp.adoc[] + include::documentation/llama-context.h.adoc[] + include::documentation/llama.cpp.adoc[] + include::documentation/ggml-impl.h.adoc[] + include::documentation/ggml-backend-reg.cpp.adoc[] + include::documentation/ggml-cuda.cu.adoc[] + include::documentation/ggml-cpu.cpp.adoc[] + include::documentation/ggml-cpu.c.adoc[] + include::documentation/ggml-backend.cpp.adoc[] + include::documentation/ggml-backend-impl.h.adoc[] + include::documentation/ggml.h.adoc[] + include::documentation/ggml.c.adoc[]