[docs] Enable documentation for utils.
authorJon Purdy <evincarofautumn@gmail.com>
Mon, 13 Feb 2017 23:10:40 +0000 (15:10 -0800)
committerJon Purdy <evincarofautumn@gmail.com>
Fri, 24 Mar 2017 20:43:07 +0000 (13:43 -0700)
commita86062cef0e0c9c0109dd6f376f5458d4870aa33
treee323bd29c8a8b0c58ee90942e698d19a0c38bb5a
parent580ccb1ffb8e5c2e3fa0555e342d916764f42930
[docs] Enable documentation for utils.
167 files changed:
mono/utils/atomic.c
mono/utils/atomic.h
mono/utils/bsearch.c
mono/utils/bsearch.h
mono/utils/checked-build.c
mono/utils/checked-build.h
mono/utils/dtrace.h
mono/utils/gc_wrapper.h
mono/utils/hazard-pointer.c
mono/utils/hazard-pointer.h
mono/utils/json.c
mono/utils/json.h
mono/utils/linux_magic.h
mono/utils/lock-free-alloc.c
mono/utils/lock-free-alloc.h
mono/utils/lock-free-array-queue.c
mono/utils/lock-free-array-queue.h
mono/utils/lock-free-queue.c
mono/utils/lock-free-queue.h
mono/utils/mach-support-amd64.c
mono/utils/mach-support-arm.c
mono/utils/mach-support-arm64.c
mono/utils/mach-support-unknown.c
mono/utils/mach-support-x86.c
mono/utils/mach-support.c
mono/utils/mach-support.h
mono/utils/memfuncs.c
mono/utils/memfuncs.h
mono/utils/mono-codeman.c
mono/utils/mono-codeman.h
mono/utils/mono-compiler.h
mono/utils/mono-complex.h
mono/utils/mono-conc-hashtable.c
mono/utils/mono-conc-hashtable.h
mono/utils/mono-context.c
mono/utils/mono-context.h
mono/utils/mono-coop-mutex.h
mono/utils/mono-coop-semaphore.h
mono/utils/mono-counters.c
mono/utils/mono-counters.h
mono/utils/mono-digest.h
mono/utils/mono-dl-darwin.c
mono/utils/mono-dl-fallback.h
mono/utils/mono-dl-posix.c
mono/utils/mono-dl-windows-internals.h
mono/utils/mono-dl-windows-uwp.c
mono/utils/mono-dl-windows.c
mono/utils/mono-dl.c
mono/utils/mono-dl.h
mono/utils/mono-embed.c
mono/utils/mono-embed.h
mono/utils/mono-error-internals.h
mono/utils/mono-error.c
mono/utils/mono-error.h
mono/utils/mono-filemap.c
mono/utils/mono-hwcap-arm.c
mono/utils/mono-hwcap-arm64.c
mono/utils/mono-hwcap-cross.c
mono/utils/mono-hwcap-ia64.c
mono/utils/mono-hwcap-mips.c
mono/utils/mono-hwcap-ppc.c
mono/utils/mono-hwcap-s390x.c
mono/utils/mono-hwcap-sparc.c
mono/utils/mono-hwcap-sparc.h
mono/utils/mono-hwcap-vars.h
mono/utils/mono-hwcap-x86.c
mono/utils/mono-hwcap.c
mono/utils/mono-hwcap.h
mono/utils/mono-internal-hash.c
mono/utils/mono-internal-hash.h
mono/utils/mono-io-portability.c
mono/utils/mono-io-portability.h
mono/utils/mono-lazy-init.h
mono/utils/mono-linked-list-set.c
mono/utils/mono-linked-list-set.h
mono/utils/mono-log-android.c
mono/utils/mono-log-common.c
mono/utils/mono-log-darwin.c
mono/utils/mono-log-posix.c
mono/utils/mono-log-windows.c
mono/utils/mono-logger-internals.h
mono/utils/mono-logger.c
mono/utils/mono-logger.h
mono/utils/mono-machine.h
mono/utils/mono-math.c
mono/utils/mono-math.h
mono/utils/mono-md5.c
mono/utils/mono-membar.h
mono/utils/mono-memory-model.h
mono/utils/mono-mmap-internals.h
mono/utils/mono-mmap-windows-internals.h
mono/utils/mono-mmap-windows-uwp.c
mono/utils/mono-mmap-windows.c
mono/utils/mono-mmap.c
mono/utils/mono-mmap.h
mono/utils/mono-networkinterfaces.c
mono/utils/mono-networkinterfaces.h
mono/utils/mono-once.h
mono/utils/mono-os-mutex.h
mono/utils/mono-os-semaphore.h
mono/utils/mono-path.c
mono/utils/mono-path.h
mono/utils/mono-poll.c
mono/utils/mono-poll.h
mono/utils/mono-proclib-windows-internals.h
mono/utils/mono-proclib-windows-uwp.c
mono/utils/mono-proclib-windows.c
mono/utils/mono-proclib.c
mono/utils/mono-proclib.h
mono/utils/mono-property-hash.c
mono/utils/mono-property-hash.h
mono/utils/mono-publib.c
mono/utils/mono-publib.h
mono/utils/mono-rand-windows-internals.h
mono/utils/mono-rand-windows-uwp.c
mono/utils/mono-rand-windows.c
mono/utils/mono-rand.c
mono/utils/mono-rand.h
mono/utils/mono-sha1.c
mono/utils/mono-sigcontext.h
mono/utils/mono-signal-handler.h
mono/utils/mono-stack-unwinding.h
mono/utils/mono-stdlib.c
mono/utils/mono-stdlib.h
mono/utils/mono-string.h
mono/utils/mono-threads-android.c
mono/utils/mono-threads-api.h
mono/utils/mono-threads-coop.c
mono/utils/mono-threads-coop.h
mono/utils/mono-threads-debug.h
mono/utils/mono-threads-freebsd.c
mono/utils/mono-threads-linux.c
mono/utils/mono-threads-mach-helper.c
mono/utils/mono-threads-mach.c
mono/utils/mono-threads-netbsd.c
mono/utils/mono-threads-openbsd.c
mono/utils/mono-threads-posix-signals.c
mono/utils/mono-threads-posix.c
mono/utils/mono-threads-state-machine.c
mono/utils/mono-threads-windows.c
mono/utils/mono-threads.c
mono/utils/mono-threads.h
mono/utils/mono-time.c
mono/utils/mono-time.h
mono/utils/mono-tls.c
mono/utils/mono-tls.h
mono/utils/mono-uri.c
mono/utils/mono-uri.h
mono/utils/mono-value-hash.c
mono/utils/mono-value-hash.h
mono/utils/monobitset.c
mono/utils/monobitset.h
mono/utils/networking-fallback.c
mono/utils/networking-missing.c
mono/utils/networking-posix.c
mono/utils/networking-windows.c
mono/utils/networking.c
mono/utils/networking.h
mono/utils/os-event-unix.c
mono/utils/os-event-win32.c
mono/utils/os-event.h
mono/utils/parse.c
mono/utils/parse.h
mono/utils/refcount.h
mono/utils/strenc.c
mono/utils/strenc.h
mono/utils/w32api.h