Skip to content

Commit 2c34576

Browse files
committed
Doxygen, vcpkg fix
1 parent 820dd32 commit 2c34576

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,7 @@ WARN_LOGFILE =
906906
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
907907
# Note: If this tag is empty the current directory is searched.
908908

909-
INPUT = src
909+
INPUT = ../src
910910

911911
# This tag can be used to specify the character encoding of the source files
912912
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses

vcpkg.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "cpp-todo-app",
2+
"name": "cpp-todo-api",
33
"version": "0.1.0",
44
"dependencies": [
55
{

0 commit comments

Comments
 (0)