docs/internals: new subdirectory

For libcurl internal APIs and concepts.

Closes #14552
This commit is contained in:
Daniel Stenberg 2024-08-15 14:05:23 +02:00
parent 3932964793
commit 20aa8d8f31
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
16 changed files with 32 additions and 17 deletions

12
docs/internals/README.md Normal file
View file

@ -0,0 +1,12 @@
<!--
Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
-->
# Internals
This directory contains documentation covering libcurl internals; APIs and
concepts that are useful for contributors and maintainers.
Public APIs are documented in the public documentation, not here.