From 09523045fbe8852078c0ab4e59909e4969baf1c3 Mon Sep 17 00:00:00 2001 From: theo3 Date: Wed, 5 Jan 2022 13:54:20 -0800 Subject: [PATCH] css fix --- .gitignore | 2 +- Doxyfile | 10 +++++----- docs/{ => doxygen}/beanstalk-bg.png | Bin docs/{ => doxygen}/doxygen-extra.css | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) rename docs/{ => doxygen}/beanstalk-bg.png (100%) rename docs/{ => doxygen}/doxygen-extra.css (56%) diff --git a/.gitignore b/.gitignore index f78cd937..e3bb8d94 100644 --- a/.gitignore +++ b/.gitignore @@ -14,7 +14,7 @@ sound/songs/midi/*.s translations/*.bin # doxygen -docs/doxygen/ +docs/doxygen/html/ # tools tools/agbcc diff --git a/Doxyfile b/Doxyfile index 3fd6d9dd..4239ac9a 100644 --- a/Doxyfile +++ b/Doxyfile @@ -434,7 +434,7 @@ INLINE_SIMPLE_STRUCTS = NO # types are typedef'ed and only the typedef is referenced, never the tag name. # The default value is: NO. -TYPEDEF_HIDES_STRUCT = NO +TYPEDEF_HIDES_STRUCT = YES # The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This # cache is used to resolve symbols given their name and scope. Since this can be @@ -1211,7 +1211,7 @@ HTML_STYLESHEET = # list). For an example see the documentation. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_EXTRA_STYLESHEET = "./docs/doxygen-extra.css" +HTML_EXTRA_STYLESHEET = "./docs/doxygen/doxygen-extra.css" # The HTML_EXTRA_FILES tag can be used to specify one or more extra images or # other source files which should be copied to the HTML output directory. Note @@ -2135,7 +2135,7 @@ ENABLE_PREPROCESSING = YES # The default value is: NO. # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. -MACRO_EXPANSION = NO +MACRO_EXPANSION = YES # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then # the macro expansion is limited to the macros specified with the PREDEFINED and @@ -2143,7 +2143,7 @@ MACRO_EXPANSION = NO # The default value is: NO. # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. -EXPAND_ONLY_PREDEF = NO +EXPAND_ONLY_PREDEF = YES # If the SEARCH_INCLUDES tag is set to YES, the include files in the # INCLUDE_PATH will be searched if a #include is found. @@ -2175,7 +2175,7 @@ INCLUDE_FILE_PATTERNS = # recursively expanded use the := operator instead of the = operator. # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. -PREDEFINED = +PREDEFINED = NONMATCH END_NONMATCH ASM_FUNC # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this # tag can be used to specify a list of macro names that should be expanded. The diff --git a/docs/beanstalk-bg.png b/docs/doxygen/beanstalk-bg.png similarity index 100% rename from docs/beanstalk-bg.png rename to docs/doxygen/beanstalk-bg.png diff --git a/docs/doxygen-extra.css b/docs/doxygen/doxygen-extra.css similarity index 56% rename from docs/doxygen-extra.css rename to docs/doxygen/doxygen-extra.css index bca8e29c..e852758c 100644 --- a/docs/doxygen-extra.css +++ b/docs/doxygen/doxygen-extra.css @@ -1,5 +1,5 @@ body { - background-image: url("../../beanstalk-bg.png"); + background-image: url("../beanstalk-bg.png"); background-attachment: fixed; background-size: cover; }