Skip to content

Commit ca19aa1

Browse files
committed
docs: adapt Doxyfile to new structure
1 parent 411203c commit ca19aa1

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

Doxyfile

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -590,19 +590,19 @@ WARN_LOGFILE =
590590
# directories like "/usr/src/myproject". Separate the files or directories
591591
# with spaces.
592592

593-
INPUT = rfb \
594-
client_examples/SDLvncviewer.c \
595-
client_examples/ppmtest.c \
596-
client_examples/vnc2mpg.c \
597-
examples/camera.c \
598-
examples/example.c \
599-
examples/blooptest.c \
600-
examples/filetransfer.c \
601-
examples/fontsel.c \
602-
examples/pnmshow.c \
603-
examples/pnmshow24.c \
604-
examples/storepasswd.c \
605-
examples/vncev.c
593+
INPUT = include/rfb \
594+
examples/client/SDLvncviewer.c \
595+
examples/client/ppmtest.c \
596+
examples/client/vnc2mpg.c \
597+
examples/server/camera.c \
598+
examples/server/example.c \
599+
examples/server/blooptest.c \
600+
examples/server/filetransfer.c \
601+
examples/server/fontsel.c \
602+
examples/server/pnmshow.c \
603+
examples/server/pnmshow24.c \
604+
examples/server/storepasswd.c \
605+
examples/server/vncev.c
606606

607607
# This tag can be used to specify the character encoding of the source files
608608
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
@@ -661,8 +661,8 @@ RECURSIVE = YES
661661
# excluded from the INPUT source files. This way you can easily exclude a
662662
# subdirectory from a directory tree whose root is specified with the INPUT tag.
663663

664-
EXCLUDE = rfb/rfbconfig.h \
665-
rfb/default8x16.h
664+
EXCLUDE = include/rfb/rfbconfig.h \
665+
include/rfb/default8x16.h
666666

667667
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
668668
# directories that are symbolic links (a Unix filesystem feature) are excluded
@@ -690,8 +690,8 @@ EXCLUDE_SYMBOLS =
690690
# directories that contain example code fragments that are included (see
691691
# the \include command).
692692

693-
EXAMPLE_PATH = client_examples \
694-
examples
693+
EXAMPLE_PATH = examples/client \
694+
examples/server
695695

696696
# If the value of the EXAMPLE_PATH tag contains directories, you can use the
697697
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp

0 commit comments

Comments
 (0)