Warning, /kdevelop/kdevelop/plugins/documentview/README is written in an unsupported language. File is not indexed.

0001 Coding style for the document view part:
0002 
0003 namespace foospace
0004 {
0005 class Bar
0006 {
0007 public:
0008     int foo();
0009 private:
0010     int m_foo;
0011 }
0012 ;
0013 int Bar::foo()
0014 {
0015     switch (x)
0016     {
0017     case 1:
0018         break;
0019     default:
0020         break;
0021     }
0022     if (isBar)
0023     {
0024         bar();
0025         return m_foo + 1;
0026     }
0027     else
0028         return 0;
0029 }
0030 }
0031