git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@427 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-20 08:09:23 +00:00
parent e918270a9a
commit f1d7fe87bb
4 changed files with 3027 additions and 1 deletions

1
.gitattributes vendored
View File

@@ -9,3 +9,4 @@
/external/libpng/include/*.h linguist-generated
/external/libpng/src/*.c linguist-generated
/external/libpng/src/*.h linguist-generated
/resource/doxygen-theme/* linguist-generated

View File

@@ -1,7 +1,7 @@
# $Id$
PROJECT_LOGO = "resource/logo64.png"
PROJECT_NAME = Milsko
PROJECT_BRIEF "Lightweight and fast GUI toolkit"
PROJECT_BRIEF = "Lightweight and fast GUI toolkit"
OUTPUT_DIRECTORY = doxygen
TAB_SIZE = 8
OPTIMIZE_OUTPUT_FOR_C = YES
@@ -9,6 +9,7 @@ MARKDOWN_SUPPORT = YES
FILE_PATTERNS = *.h
INPUT = include/Mw
RECURSIVE = YES
SOURCE_BROWSER = YES
HTML_DYNAMIC_MENUS = YES
GENERATE_TREEVIEW = YES
FULL_SIDEBAR = NO
@@ -21,3 +22,6 @@ OUTPUT_LANGUAGE = English
FILTER_PATTERNS = *.h=tools/doxyfilter.pl
GENERATE_LATEX = NO
EXTRACT_ALL = YES
HTML_EXTRA_STYLESHEET = resource/doxygen-theme/doxygen-awesome.css
HTML_COLORSTYLE = LIGHT

1
resource/doxygen-theme/README generated Normal file
View File

@@ -0,0 +1 @@
https://github.com/jothepro/doxygen-awesome-css

3020
resource/doxygen-theme/doxygen-awesome.css generated Normal file

File diff suppressed because it is too large Load Diff