From 8aee4cb2f2207e93841664814bb1dbfc1347894c Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Tue, 25 Aug 2009 13:15:30 +0000 Subject: Add function documentation to the AVRISP project. --- Projects/Incomplete/AVRISP/Lib/V2ProtocolParams.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Projects/Incomplete/AVRISP/Lib/V2ProtocolParams.h') diff --git a/Projects/Incomplete/AVRISP/Lib/V2ProtocolParams.h b/Projects/Incomplete/AVRISP/Lib/V2ProtocolParams.h index d0a467b00..9c0f044c2 100644 --- a/Projects/Incomplete/AVRISP/Lib/V2ProtocolParams.h +++ b/Projects/Incomplete/AVRISP/Lib/V2ProtocolParams.h @@ -46,10 +46,10 @@ #include "V2ProtocolConstants.h" /* Macros: */ - /* Parameter privellage mask to allow the host PC to read the parameter's value */ + /** Parameter privellage mask to allow the host PC to read the parameter's value */ #define PARAM_PRIV_READ (1 << 0) - /* Parameter privellage mask to allow the host PC to change the parameter's value */ + /** Parameter privellage mask to allow the host PC to change the parameter's value */ #define PARAM_PRIV_WRITE (1 << 1) /* Type Defines: */ -- cgit v1.2.3