Add function documentation to the AVRISP project.
[pub/USBasp.git] / Projects / Incomplete / AVRISP / Lib / V2ProtocolParams.h
index d0a467b..9c0f044 100644 (file)
                #include "V2ProtocolConstants.h"\r
 \r
        /* Macros: */\r
-               /* Parameter privellage mask to allow the host PC to read the parameter's value */\r
+               /** Parameter privellage mask to allow the host PC to read the parameter's value */\r
                #define PARAM_PRIV_READ   (1 << 0)\r
 \r
-               /* Parameter privellage mask to allow the host PC to change the parameter's value */\r
+               /** Parameter privellage mask to allow the host PC to change the parameter's value */\r
                #define PARAM_PRIV_WRITE  (1 << 1)\r
 
        /* Type Defines: */\r