From d71242cf5aecd68b6b035be5dee9af99f08955c0 Mon Sep 17 00:00:00 2001 From: kongr45gpen <electrovesta@gmail.com> Date: Wed, 7 Aug 2019 10:01:41 +0000 Subject: [PATCH] Update doxygen configuration Show less of the irrelevant files, and use the correct link in the README file --- README.md | 2 +- doxygen.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 539fa922..a8c8fab1 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,4 @@ standard. - **test**: Unit test implementation ## Documentation -Full documentation about this project based on code comments is available at https://helit.org/ecss-docs/docs/html/. \ No newline at end of file +Full documentation about this project based on code comments is available at https://acubesat.gitlab.io/obc/ecss-services/docs/. \ No newline at end of file diff --git a/doxygen.conf b/doxygen.conf index 894adb9c..2b765f31 100644 --- a/doxygen.conf +++ b/doxygen.conf @@ -790,7 +790,7 @@ WARN_LOGFILE = # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = +INPUT = README.md inc/ src/ test/Services/ServiceTests.hpp # 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 -- GitLab