From f67b85d90b5f8fc16d1dbc8b62610f1ab6e4e5c0 Mon Sep 17 00:00:00 2001 From: Alexander Lopez Date: Tue, 12 Nov 2024 00:27:26 -0800 Subject: [PATCH] fixed readme references and input mainpage --- Doxyfile | 5 ++++- README.md | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Doxyfile b/Doxyfile index a0a5e789..b7c23075 100644 --- a/Doxyfile +++ b/Doxyfile @@ -865,7 +865,10 @@ WARN_LOGFILE = # Note: If this tag is empty the current directory is searched. INPUT = ccc \ - src + src \ + README.md \ + INSTALL.md + # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses # libiconv (or the iconv built into libc) for the transcoding. See the libiconv diff --git a/README.md b/README.md index f7bc0b9e..57bb8206 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ The C Container Collection offers a variety of containers for C programmers who ## Installation -Currently, this library supports a manual installation via CMake. See the [INSTALL.md](/INSTALL.md) file for more details. +Currently, this library supports a manual installation via CMake. See the [INSTALL.md](INSTALL.md) file for more details. ## Quick Start