From daf37f6ad79b8cd2fa57309deb41ad601b8700bd Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Tue, 12 Oct 2021 15:26:38 +0200 Subject: [PATCH] Fixed: [Doxygen - Typo in Input #275](https://github.com/clicon/clixon/issues/275) --- CHANGELOG.md | 4 ++++ doc/Doxyfile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2f67581..560857f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -76,6 +76,10 @@ Developers may need to change their code * Before: set YANG_PATCH constant in `include/clixon_custom.h` * Refactored Makefile for static linking +### Corrected Bugs + +* [Doxygen - Typo in Input #275](https://github.com/clicon/clixon/issues/275) + ## 5.3.0 27 September, 2021 diff --git a/doc/Doxyfile b/doc/Doxyfile index 8dd946de..f3745d45 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -743,7 +743,7 @@ WARN_LOGFILE = # spaces. # Note: If this tag is empty the current directory is searched. -INPUT = ../lib/src/ ../lib/clicon/ ../apps/cli/ ../apps/config/ ../apps/netconf ../apps/dbctrl ../datastore ../datastore/text +INPUT = ../lib/src/ ../lib/clixon/ ../apps/cli/ ../apps/netconf ../apps/restconf ../apps/backend # 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