Some special comments in Microsoft source files

From: ghlee (ghleetw_at_gmail.com)
Date: 12/29/04


Date: 28 Dec 2004 22:07:36 -0800

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 !