diff --git a/tools/doxygen/config b/tools/doxygen/config index 6768417d4..5d5bc3010 100644 --- a/tools/doxygen/config +++ b/tools/doxygen/config @@ -165,7 +165,8 @@ FULL_PATH_NAMES = YES STRIP_FROM_PATH = ../../src/ce \ ../../src/keypadc \ ../../src/graphx \ - ../../src/fileioc + ../../src/fileioc \ + ../../src/fontlibc # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the # path mentioned in the documentation of a class, which tells the reader which @@ -796,6 +797,7 @@ WARN_LOGFILE = INPUT = ../../src/graphx/graphx.h \ ../../src/keypadc/keypadc.h \ ../../src/fileioc/fileioc.h \ + ../../src/fontlibc/fontlibc.h \ ../../src/ce/debug.h \ ../../src/ce/tice.h \ ../../src/ce/intce.h \