bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gtags-Problem (?) => function definitions with multiline function-head


From: Oliver Bandel (F23329)
Subject: gtags-Problem (?) => function definitions with multiline function-headers
Date: Fri, 23 Nov 2001 12:28:26 +0100

Hello,

I don't know if it is the reason, that I have a function with a
multiline
fuinction-definition (function-header), but global don't
show me the function.
Even GSYMY has no entry of the function...
The definition has comments in the paramneter-list, maybe that's a
problem.


Example of the form of the function, which is not beeing detected:

########################################################################################
MY_TYPE  my_function ( MY_PAR_TYPE_1 par1, /* a comment inside the
parameter list */
                       MY_PAR_TYPE_2 par2,
                       MY_PAR_TYPE_3 par_3,
                       MY_PAR_TYPE_4 par_4,
                       MY_PAR_TYPE_5 par_5)
{

   /* my function body, containing more than this comment */

}
########################################################################################


The type MY_TYPE was a typedef to void.


Regards,
   Oliver Bandel



-- 
    Anyway, pioneers are *always* depressed and always dissatisfied
    with the current state of technology - it goes with the job. The
    "this suck's, can't we do it better" thought is the eternal
motivator ...
                                        (Joe Armstrong in
comp.lang.functional)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]