Added more documentation to kcgi opcodes. No code changes. (0.41.10)
This commit is contained in:
parent
fdaed27527
commit
303e48d37e
2 changed files with 125 additions and 3 deletions
4
Doxyfile
4
Doxyfile
|
|
@ -48,7 +48,7 @@ PROJECT_NAME = "Fun API Documentation"
|
|||
# could be handy for archiving the generated documentation or if some version
|
||||
# control system is used.
|
||||
|
||||
PROJECT_NUMBER = 0.41.8
|
||||
PROJECT_NUMBER = 0.41.10
|
||||
|
||||
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
||||
# for a project that appears at the top of each page and should give viewers a
|
||||
|
|
@ -1131,7 +1131,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