From 0ca573c7e692decdeb8e2f1391854bdf0e928d6f Mon Sep 17 00:00:00 2001 From: Ross Boucher Date: Mon, 1 Jun 2009 10:01:44 -0700 Subject: [PATCH] Update the documentation of methods define with the BRIDGE macro --- AppKit/CPControl.j | 2 ++ Tools/Documentation/Cappuccino.doxygen | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/AppKit/CPControl.j b/AppKit/CPControl.j index 6fe63b8a8..33781be35 100644 --- a/AppKit/CPControl.j +++ b/AppKit/CPControl.j @@ -505,10 +505,12 @@ var CPControlBlackColor = [CPColor blackColor]; } #define BRIDGE(UPPERCASE, LOWERCASE, ATTRIBUTENAME) \ +/*! Sets the value for ATTRIBUTENAME */\ - (void)set##UPPERCASE:(id)aValue\ {\ [self setValue:aValue forThemeAttribute:ATTRIBUTENAME];\ }\ +/*! Returns the current value for ATTRIBUTENAME */\ - (id)LOWERCASE\ {\ return [self valueForThemeAttribute:ATTRIBUTENAME];\ diff --git a/Tools/Documentation/Cappuccino.doxygen b/Tools/Documentation/Cappuccino.doxygen index 5c81778b3..f0ca1337a 100644 --- a/Tools/Documentation/Cappuccino.doxygen +++ b/Tools/Documentation/Cappuccino.doxygen @@ -247,7 +247,7 @@ PERLMOD_MAKEVAR_PREFIX = # Configuration options related to the preprocessor #--------------------------------------------------------------------------- ENABLE_PREPROCESSING = YES -MACRO_EXPANSION = NO +MACRO_EXPANSION = YES EXPAND_ONLY_PREDEF = NO SEARCH_INCLUDES = YES INCLUDE_PATH =