Some refactoring and VM code cleanups. (0.41.6)
This commit is contained in:
parent
7fd6445cd2
commit
4825007b97
9 changed files with 80 additions and 177 deletions
4
Doxyfile
4
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 = Fun
|
||||
PROJECT_NAME = "Fun API Documentation"
|
||||
|
||||
# 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
|
||||
|
|
@ -1130,7 +1130,7 @@ RECURSIVE = YES
|
|||
# Note that relative paths are relative to the directory from which Doxygen is
|
||||
# run.
|
||||
|
||||
EXCLUDE =
|
||||
EXCLUDE = src/vm/
|
||||
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue