This commit is contained in:
Olof hagsand 2021-10-12 15:26:38 +02:00
parent a74fbdecdb
commit daf37f6ad7
2 changed files with 5 additions and 1 deletions

View file

@ -76,6 +76,10 @@ Developers may need to change their code
* Before: set YANG_PATCH constant in `include/clixon_custom.h` * Before: set YANG_PATCH constant in `include/clixon_custom.h`
* Refactored Makefile for static linking * Refactored Makefile for static linking
### Corrected Bugs
* [Doxygen - Typo in Input #275](https://github.com/clicon/clixon/issues/275)
## 5.3.0 ## 5.3.0
27 September, 2021 27 September, 2021

View file

@ -743,7 +743,7 @@ WARN_LOGFILE =
# spaces. # spaces.
# Note: If this tag is empty the current directory is searched. # 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 # 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 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses