diff --git a/legacy/evil/ChangeLog b/legacy/evil/ChangeLog index 07c2a8cc4a..3acedcdd24 100644 --- a/legacy/evil/ChangeLog +++ b/legacy/evil/ChangeLog @@ -1,3 +1,21 @@ +2011-11-12 Vincent Torri + + * src/lib/evil_stdio.c: + Fix returned value of evil_fread_native() + + * doc/Doxyfile: + * doc/head.html: + * src/lib/Evil.h: + * src/lib/dirent.h: + * src/lib/dlfcn/dlfcn.h: + * src/lib/evil_fcntl.h: + * src/lib/evil_inet.h: + * src/lib/evil_libgen.h: + * src/lib/evil_stdio.h: + * src/lib/evil_string.h: + * src/lib/pwd.h: + Update documentation + 2011-11-02 Vincent Torri * src/lib/evil_util.c: diff --git a/legacy/evil/doc/Doxyfile b/legacy/evil/doc/Doxyfile index c6c7b05e1f..3f800f84e0 100644 --- a/legacy/evil/doc/Doxyfile +++ b/legacy/evil/doc/Doxyfile @@ -493,7 +493,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = ../src/lib ../src/lib/dlfcn +INPUT = ../src/lib/ ../src/lib/dlfcn/ # This tag can be used to specify the character encoding of the source files that # doxygen parses. Internally doxygen uses the UTF-8 encoding, which is also the default @@ -509,7 +509,7 @@ INPUT_ENCODING = UTF-8 # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90 -FILE_PATTERNS = +FILE_PATTERNS = *.h # The RECURSIVE tag can be used to turn specify whether or not subdirectories # should be searched for input files as well. Possible values are YES and NO. @@ -521,7 +521,7 @@ RECURSIVE = NO # excluded from the INPUT source files. This way you can easily exclude a # subdirectory from a directory tree whose root is specified with the INPUT tag. -EXCLUDE = +EXCLUDE = ../src/lib/evil_fnmatch_private.h # The EXCLUDE_SYMLINKS tag can be used select whether or not files or # directories that are symbolic links (a Unix filesystem feature) are excluded @@ -542,7 +542,7 @@ EXCLUDE_PATTERNS = # The symbol name can be a fully qualified name, a word, or if the wildcard * is used, # a substring. Examples: ANamespace, AClass, AClass::ANamespace, ANamespace::*Test -EXCLUDE_SYMBOLS = +EXCLUDE_SYMBOLS = _WIN32 WIN32_LEAN_AND_MEAN PATH_MAX # The EXAMPLE_PATH tag can be used to specify one or more files or # directories that contain example code fragments that are included (see diff --git a/legacy/evil/doc/head.html b/legacy/evil/doc/head.html index 8a225a013d..cd72203687 100644 --- a/legacy/evil/doc/head.html +++ b/legacy/evil/doc/head.html @@ -3,7 +3,7 @@ $title - + @@ -19,7 +19,7 @@