@@ -170,7 +170,7 @@ FULL_PATH_NAMES = YES
170
170
# will be relative from the directory where doxygen is started.
171
171
# This tag requires that the tag FULL_PATH_NAMES is set to YES.
172
172
173
- STRIP_FROM_PATH = ../src/ce \
173
+ STRIP_FROM_PATH = ../src/ce/include \
174
174
../src/keypadc \
175
175
../src/graphx \
176
176
../src/fileioc \
@@ -837,29 +837,29 @@ INPUT = ../src/graphx/graphx.h \
837
837
../src/keypadc/keypadc.h \
838
838
../src/fileioc/fileioc.h \
839
839
../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
863
863
864
864
# This tag can be used to specify the character encoding of the source files
865
865
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
0 commit comments