diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-04-28 21:37:43 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-04-28 21:37:43 +0200 |
commit | 43c35238ae64514312b4743188a677f6c76b951a (patch) | |
tree | 09a4beade3636f6630f215b29968665a32bf3301 /Doxyfile | |
parent | Entity: fixed mass declaration (diff) | |
download | cuberite-43c35238ae64514312b4743188a677f6c76b951a.tar cuberite-43c35238ae64514312b4743188a677f6c76b951a.tar.gz cuberite-43c35238ae64514312b4743188a677f6c76b951a.tar.bz2 cuberite-43c35238ae64514312b4743188a677f6c76b951a.tar.lz cuberite-43c35238ae64514312b4743188a677f6c76b951a.tar.xz cuberite-43c35238ae64514312b4743188a677f6c76b951a.tar.zst cuberite-43c35238ae64514312b4743188a677f6c76b951a.zip |
Diffstat (limited to '')
-rw-r--r-- | Doxyfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -732,7 +732,8 @@ RECURSIVE = YES # Note that relative paths are relative to the directory from which doxygen is # run. -EXCLUDE = +EXCLUDE = source/SQLite \ + source/squirrelbindings # 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 |