[Bug 55201] New: The parser doesn't find all the structures

Amilcar do Carmo Lucas a.lucas at tu-bs.de
Wed Feb 26 10:33:04 UTC 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=55201     
           Summary: The parser doesn't find all the structures
           Product: kdevelop
           Version: unspecified
          Platform: SuSE RPMs
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-devel at barney.cs.uni-potsdam.de
        ReportedBy: a.lucas at tu-bs.de


Version:            (using KDE KDE 3.1)
Installed from:    SuSE RPMs
Compiler:          gcc 2.95.3 
OS:          Linux

I have some structures on some .h files in a Subproject folder. This .h files are included in the project.
The structures that are declared like the folowing get parsed:
  struct t_bankstates
   {
    int cnt;                              //!< Bank state machine counter
    t_bankstate state;                    //!< Current state
    t_bankstate state_trace;              //!< Current state, trace output
   };

The structures that are declared like the next don't:
typedef struct{
  sc_in<bool> clock;				///< Input the clock signal
  sc_in< SPIXEL > data;		  ///< Input pixel data
  sc_out<bool> enable;		  ///< Input enable signal
  sc_in<bool> strobe;			  ///< Input signal strobe
}busP_dpu_from_dpu;




More information about the KDevelop-devel mailing list