Skip to content

Commit 3ee4160

Browse files
fix paths to documentation includes
Signed-off-by: mateoconlechuga <matthewwaltzis@gmail.com>
1 parent 96238ee commit 3ee4160

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

docs/doxyfile

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ FULL_PATH_NAMES = YES
170170
# will be relative from the directory where doxygen is started.
171171
# This tag requires that the tag FULL_PATH_NAMES is set to YES.
172172

173-
STRIP_FROM_PATH = ../src/ce \
173+
STRIP_FROM_PATH = ../src/ce/include \
174174
../src/keypadc \
175175
../src/graphx \
176176
../src/fileioc \
@@ -837,29 +837,29 @@ INPUT = ../src/graphx/graphx.h \
837837
../src/keypadc/keypadc.h \
838838
../src/fileioc/fileioc.h \
839839
../src/fontlibc/fontlibc.h \
840-
../src/ce/debug.h \
841-
../src/ce/tice.h \
842-
../src/ce/intce.h \
843-
../src/ce/compression.h \
844-
../src/ce/sys/basicusb.h \
845-
../src/ce/sys/lcd.h \
846-
../src/ce/sys/power.h \
847-
../src/ce/sys/rtc.h \
848-
../src/ce/sys/timers.h \
849-
../src/ce/sys/util.h \
850-
../src/ce/ti/debug.h \
851-
../src/ce/ti/error.h \
852-
../src/ce/ti/flags.h \
853-
../src/ce/ti/getcsc.h \
854-
../src/ce/ti/getkey.h \
855-
../src/ce/ti/screen.h \
856-
../src/ce/ti/hooks.h \
857-
../src/ce/ti/info.h \
858-
../src/ce/ti/python.h \
859-
../src/ce/ti/real.h \
860-
../src/ce/ti/tokens.h \
861-
../src/ce/ti/ui.h \
862-
../src/ce/ti/vars.h
840+
../src/ce/include/debug.h \
841+
../src/ce/include/tice.h \
842+
../src/ce/include/intce.h \
843+
../src/ce/include/compression.h \
844+
../src/ce/include/sys/basicusb.h \
845+
../src/ce/include/sys/lcd.h \
846+
../src/ce/include/sys/power.h \
847+
../src/ce/include/sys/rtc.h \
848+
../src/ce/include/sys/timers.h \
849+
../src/ce/include/sys/util.h \
850+
../src/ce/include/ti/debug.h \
851+
../src/ce/include/ti/error.h \
852+
../src/ce/include/ti/flags.h \
853+
../src/ce/include/ti/getcsc.h \
854+
../src/ce/include/ti/getkey.h \
855+
../src/ce/include/ti/screen.h \
856+
../src/ce/include/ti/hooks.h \
857+
../src/ce/include/ti/info.h \
858+
../src/ce/include/ti/python.h \
859+
../src/ce/include/ti/real.h \
860+
../src/ce/include/ti/tokens.h \
861+
../src/ce/include/ti/ui.h \
862+
../src/ce/include/ti/vars.h
863863

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

0 commit comments

Comments
 (0)