diff options
| author | Levent Kaya <levent.kaya@codefirst.io> | 2024-11-27 10:33:11 +0300 |
|---|---|---|
| committer | Levent Kaya <levent.kaya@codefirst.io> | 2024-11-27 10:33:11 +0300 |
| commit | 05a55a7aab4c6ed5d1e3491ef7fda1c130197016 (patch) | |
| tree | 09372822437633fe4eec4668ff1f0b095d712d88 /docs/Doxyfile | |
| parent | 576a55f49427ca3e20c6795a5ec458a17d79dc53 (diff) | |
[ci] gh-pages doxygen update
Diffstat (limited to 'docs/Doxyfile')
| -rw-r--r-- | docs/Doxyfile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile deleted file mode 100644 index 64eae62..0000000 --- a/docs/Doxyfile +++ /dev/null @@ -1,23 +0,0 @@ -# Project settings -PROJECT_NAME = fbgl -PROJECT_NUMBER = 0.1.0 -OUTPUT_DIRECTORY = docs -USE_MDFILE_AS_MAINPAGE = README.md -INPUT = fbgl.h README.md -FILE_PATTERNS = *.h *.md -RECURSIVE = NO - -# HTML output settings -GENERATE_HTML = YES -HTML_OUTPUT = html -HTML_EXTRA_FILES = doxygen-style.css doxygen-dark.js -HTML_EXTRA_STYLESHEET = doxygen-style.css -HTML_EXTRA_SCRIPTS = doxygen-dark.js - -# Turn off unwanted formats -GENERATE_LATEX = NO -GENERATE_MAN = NO -GENERATE_RTF = NO - -# Quiet mode -QUIET = YES |
