Skip to content

Commit

Permalink
for documentation, ignore DPS macros
Browse files Browse the repository at this point in the history
  • Loading branch information
rfm committed Sep 3, 2024
1 parent 530dee1 commit 3c160c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Headers/AppKit/DPSOperators.h
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,6 @@ name(GSCTXT *ctxt, type1 var1, type2 var2, type3 var3, type4 var4, type5 var5, t
(ctxt, @selector(name: : : : : : : :), var1, var2, var3, var4, var5, var6, var7, var8); \
}
#endif // _MSVC_VER
/** </ignore> */

/* ----------------------------------------------------------------------- */
/* Color operations */
Expand Down Expand Up @@ -819,6 +818,7 @@ DPS_METHOD_8(DPSdissolve, CGFloat, x, CGFloat, y, CGFloat, w, CGFloat, h, NSInte

DPS_METHOD_2(GSDrawImage, NSRect, rect, void *, imageref)

/** </ignore> */

/* ----------------------------------------------------------------------- */
/* Postscript Client functions */
Expand Down

0 comments on commit 3c160c9

Please sign in to comment.