00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00015 00020 class Doxygenized { 00021 public: 00030 bool isDocumented(int aParameter) { 00031 return true; 00032 } 00033 00038 enum eNumbers { 00039 kOne, 00040 kTwo, 00041 kThree 00042 }; 00043 00044 int aField; 00045 00046 }; 00047 00051 class UnfinishedClass { 00052 }; 00053 00058 int Boom(int num) { 00059 int divisor = 0; 00060 return num / divisor; 00061 } 00062 00065 class Retired { 00066 }; 00067 00068