We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 493c332 commit 1c364d7Copy full SHA for 1c364d7
tools/doxygen/config
@@ -165,7 +165,8 @@ FULL_PATH_NAMES = YES
165
STRIP_FROM_PATH = ../../src/ce \
166
../../src/keypadc \
167
../../src/graphx \
168
- ../../src/fileioc
+ ../../src/fileioc \
169
+ ../../src/fontlibc
170
171
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
172
# path mentioned in the documentation of a class, which tells the reader which
@@ -796,6 +797,7 @@ WARN_LOGFILE =
796
797
INPUT = ../../src/graphx/graphx.h \
798
../../src/keypadc/keypadc.h \
799
../../src/fileioc/fileioc.h \
800
+ ../../src/fontlibc/fontlibc.h \
801
../../src/ce/debug.h \
802
../../src/ce/tice.h \
803
../../src/ce/intce.h \
0 commit comments