|
http://www.jindent.com |
Previous: Method Calls
|
Next: Statements
|
| List of annotation qualifiers to wrap |

_drv_ to be
placed to a separeted line, then you just click the add button to create a
new package with the name my package and sets a regular expression like:
\_\_drv\_[a-z|A-Z]+. That means that all qualifiers starting with the
prefix __drv_ will be wrapped to a new line. All other qualifiers will be kept
in the same line as the source code it belongs to.|
__checkReturn | __drv_allocatesMem(Pool) | PVOID ExAllocatePoolWithTag(__in POOL_TYPE PoolType, | __in SIZE_T NumberOfBytes, | __in ULONG Tag); | |
|
__checkReturn __drv_allocatesMem(Pool) PVOID ExAllocatePoolWithTag(__in POOL_TYPE PoolType, __in SIZE_T NumberOfBytes, __in ULONG Tag); |
| Always wrap annotation qualifiers with arguments |

|
_allocatesMem(Pool) | _irq(3) | PVOID ExAllocatePoolWithTag(); | |
|
_allocatesMem(Pool) _irq(3) PVOID ExAllocatePoolWithTag(); | |