From c74b27ed6ee791a800a50137657f992ac2b3fe72 Mon Sep 17 00:00:00 2001 From: Florian Paul Schmidt Date: Sun, 28 Mar 2010 04:05:00 +0000 Subject: [PATCH] (Commit created by redmine exporter script from page "NewQC" version 9) --- NewQC.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NewQC.textile b/NewQC.textile index 5f22d69..b0b5b75 100644 --- a/NewQC.textile +++ b/NewQC.textile @@ -55,8 +55,8 @@ h1. lda17h's suggestions |float foo*(void)| function pointer| |float .foo(void)| member function(methog). This indicates that the name foo is added to all entities (in the same way as e.g. ".float foo;" indicates that the name foo will be added to all entities) which makes more sense imho to denote member functions.. | |.float .foo(void)|/2. member: method/function pointer returning .float. (See previous comment)| -|..float foo*(void)| -|.*float foo*(void)| function pointer returning .float| +|.float foo*(void)| +|.float foo*(void)| function pointer returning .float| |.float *| fieldpointer| |.float *foo*(void)| fieldpointer: method/function pointer| |.float .foo(void)| fieldpointer: method/function pointer returning .float| -- 2.39.2