From 79f8ee72a54f709061958730ff0919de440c0e98 Mon Sep 17 00:00:00 2001 From: Wayne Venables Date: Sat, 11 Mar 2023 21:11:15 -0800 Subject: [PATCH] Directory config change --- .../dir_208d2690607c4e3d3fabfa1d18673d36.html | 105 ++++++++++++++++++ doxygen.cfg | 12 +- 2 files changed, 111 insertions(+), 6 deletions(-) create mode 100644 docs/dir_208d2690607c4e3d3fabfa1d18673d36.html diff --git a/docs/dir_208d2690607c4e3d3fabfa1d18673d36.html b/docs/dir_208d2690607c4e3d3fabfa1d18673d36.html new file mode 100644 index 0000000..7232111 --- /dev/null +++ b/docs/dir_208d2690607c4e3d3fabfa1d18673d36.html @@ -0,0 +1,105 @@ + + + + + + + +PicoVGA: pages Directory Reference + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
PicoVGA +  1.0-cmake +
+
VGA/TV display on Raspberry Pico
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
pages Directory Reference
+
+
+
+
+ + + + diff --git a/doxygen.cfg b/doxygen.cfg index d22a7ad..cf16972 100644 --- a/doxygen.cfg +++ b/doxygen.cfg @@ -51,14 +51,14 @@ PROJECT_BRIEF = "VGA/TV display on Raspberry Pico" # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy # the logo to the output directory. -PROJECT_LOGO = docs/img/logo.png +PROJECT_LOGO = pages/img/logo.png # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path # into which the generated documentation will be written. If a relative path is # entered, it will be relative to the location where doxygen was started. If # left blank the current directory will be used. -OUTPUT_DIRECTORY = www +OUTPUT_DIRECTORY = docs # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- # directories (in 2 levels) under the output directory of each output format and @@ -741,7 +741,7 @@ FILE_VERSION_FILTER = # DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE # tag is left empty. -LAYOUT_FILE = docs/DoxygenLayout.xml +LAYOUT_FILE = pages/DoxygenLayout.xml # The CITE_BIB_FILES tag can be used to specify one or more bib files containing # the reference definitions. This must be a list of .bib files. The .bib @@ -918,7 +918,7 @@ RECURSIVE = YES # Note that relative paths are relative to the directory from which doxygen is # run. -EXCLUDE = .git .svn build Readme.md examples www +EXCLUDE = .git .svn build Readme.md examples docs # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or # directories that are symbolic links (a Unix file system feature) are excluded @@ -971,7 +971,7 @@ EXAMPLE_RECURSIVE = NO # that contain images that are to be included in the documentation (see the # \image command). -IMAGE_PATH = docs/img +IMAGE_PATH = pages/img # The INPUT_FILTER tag can be used to specify a program that doxygen should # invoke to filter for each input file. Doxygen will invoke the filter program @@ -1248,7 +1248,7 @@ HTML_STYLESHEET = # This tag requires that the tag GENERATE_HTML is set to YES. FULL_SIDEBAR = NO -HTML_EXTRA_STYLESHEET = docs/doxygen-awesome.css docs/custom.css +HTML_EXTRA_STYLESHEET = pages/doxygen-awesome.css pages/custom.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