mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
454 B
20 lines
454 B
/**************************************************************************
|
|
*
|
|
* FILE: doctools.h
|
|
*
|
|
* PURPOSE:
|
|
* Contains "dummy" macros so that commands used by the documenting
|
|
* tools may also compile.
|
|
*
|
|
*************************************************************************/
|
|
|
|
/* Doctools macros */
|
|
#define _subsystem(x)
|
|
#define _section(x)
|
|
|
|
#define _public
|
|
#define _private
|
|
#define _hidden
|
|
|
|
#define _begin_ignore
|
|
#define _end_ignore
|