Re: Some special comments in Microsoft source files

From: Dave Heil \(eMVP\) (nospam_at_vytek.com)
Date: 12/29/04


Date: Wed, 29 Dec 2004 10:19:42 -0800

On 28 Dec 2004 22:07:36 -0800, ghleetw@gmail.com (ghlee) wrote:

>It's observed special comments are there in Microsoft source files
>like touch panel MDD driver for some document generator.
>
>/*++
>
>Autodoc Information:
>
> @func VOID | TouchPanelpDetach |
> Performs cleanup and frees memory when owning process detaches.
>
> @devnote
> We let ExitProcess handle the shutting down of the ISR thread.
>
>--*/
>
>I ever used DOC++ (http://docpp.sourceforge.net) to generate HTML
>documents for my source files, but it seems these comments in touch
>panel MDD driver are incompatible with DOC++.
>
>Does anyone know for which document generator are these special
>comments for ?
>
>Thanks very much !

They are not doxygen tags. Perhaps they are for a custom tool that
Microsoft developed.

Dave Heil
Vytek Inc.