Changeset 36511 in vbox
- Timestamp:
- Apr 1, 2011 3:45:50 PM (14 years ago)
- Location:
- trunk/include/iprt
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/runtime-loader.h
r33540 r36511 32 32 33 33 /** @defgroup grp_rt_runtime_loader Runtime Loader Generation 34 * @ingroup grp_rt 34 35 * 35 36 * How to use this loader generator -
trunk/include/iprt/vfs.h
r34967 r36511 39 39 RT_C_DECLS_BEGIN 40 40 41 /** @defgroup grp_rt_ fsRTVfs - Virtual Filesystem41 /** @defgroup grp_rt_vfs RTVfs - Virtual Filesystem 42 42 * @ingroup grp_rt 43 43 * -
trunk/include/iprt/vfslowlevel.h
r34435 r36511 109 109 RTDECL(void) RTVfsLockAcquireWriteSlow(RTVFSLOCK hLock); 110 110 RTDECL(void) RTVfsLockReleaseWriteSlow(RTVFSLOCK hLock); 111 /** @} */112 111 113 112 /**
Note:
See TracChangeset
for help on using the changeset viewer.