diff --git a/vscode/doxygen/Doxyfile b/vscode/doxygen/Doxyfile index 24854a6..db72289 100644 --- a/vscode/doxygen/Doxyfile +++ b/vscode/doxygen/Doxyfile @@ -42,7 +42,7 @@ DOXYFILE_ENCODING = UTF-8 # title of most generated pages and in a few other places. # The default value is: My Project. -PROJECT_NAME = 科湃100kW样机代码 +PROJECT_NAME = 状态机框架 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This # could be handy for archiving the generated documentation or if some version @@ -61,7 +61,7 @@ PROJECT_BRIEF = "by 天神" # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy # the logo to the output directory. -PROJECT_LOGO = C:/Users/97498/Desktop/无标题.png +PROJECT_LOGO = D:/godsays/indexfiles/AZ8OJKZLGK/FSM/vscode/doxygen/logo_transparent.png # With the PROJECT_ICON tag one can specify an icon that is included in the tabs # when the HTML document is shown. Doxygen will copy the logo to the output @@ -74,7 +74,7 @@ PROJECT_ICON = # entered, it will be relative to the location where doxygen was started. If # left blank the current directory will be used. -OUTPUT_DIRECTORY = C:/Users/97498/Desktop/doxgentest +OUTPUT_DIRECTORY = manual # If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096 # sub-directories (in 2 levels) under the output directory of each output format @@ -643,7 +643,7 @@ CASE_SENSE_NAMES = SYSTEM # scope will be hidden. # The default value is: NO. -HIDE_SCOPE_NAMES = YES +HIDE_SCOPE_NAMES = NO # If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will # append additional text to a page's title, such as Class Reference. If set to @@ -822,7 +822,7 @@ FILE_VERSION_FILTER = # DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE # tag is left empty. -LAYOUT_FILE = D:/godsays/indexfiles/M3J7THMQES/empty_project_with_init_28388S/doxygen/DoxygenLayout.xml +LAYOUT_FILE = doxygen/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 @@ -950,7 +950,7 @@ WARN_LOGFILE = # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = +INPUT = FSM_OOP # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses @@ -1056,10 +1056,7 @@ RECURSIVE = YES # Note that relative paths are relative to the directory from which doxygen is # run. -EXCLUDE = D:/godsays/indexfiles/M3J7THMQES/empty_project_with_init_28388S/include \ - D:/godsays/indexfiles/M3J7THMQES/empty_project_with_init_28388S/source \ - D:/godsays/indexfiles/M3J7THMQES/empty_project_with_init_28388S/CPU1_FLASH \ - D:/godsays/indexfiles/M3J7THMQES/empty_project_with_init_28388S/CPU1_RAM +EXCLUDE = # 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