X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4514447c97214ef73b5a65eea5d4b96cbd8d3780..0b145a4087812f3f7fbdbcb84c2d65dcf477706a:/docs/doxygen/Doxyfile diff --git a/docs/doxygen/Doxyfile b/docs/doxygen/Doxyfile index 5ab090654f..4183ad3b69 100644 --- a/docs/doxygen/Doxyfile +++ b/docs/doxygen/Doxyfile @@ -62,7 +62,7 @@ ALIASES += beginExtraStyleTable="\section class_extrastyles Extra Styles\n" ALIASES += endExtraStyleTable="\n" # misc aliases -ALIASES += library{1}="\section class_lib Library\n \ref page_libraries_\1" +ALIASES += library{1}="\section class_lib Library\n \ref page_libs_\1" ALIASES += nolibrary="\section class_lib Library\n None; this class implementation is entirely header-based." ALIASES += stdobjects="\section class_stdobj Predefined objects\n \b" @@ -180,7 +180,7 @@ WARN_LOGFILE = doxygen.log #--------------------------------------------------------------------------- # configuration options related to the input files #--------------------------------------------------------------------------- -INPUT = ./mainpages ./overviews #../../interface +INPUT = ./mainpages ./overviews # ../../interface INPUT_ENCODING = UTF-8 FILE_PATTERNS = *.h *.txt RECURSIVE = YES