waf

FORK: waf with some random patches
git clone https://git.neptards.moe/neptards/waf.git
Log | Files | Refs | README

b.h (205B)


      1 
      2 /*!
      3  * pim pam
      4  */
      5 class bar
      6 {
      7 	private:
      8 		/*!
      9 		 * zzzz
     10 		 */
     11 		int z;
     12 
     13 	public:
     14 		/*!
     15 		 * guess what this is .. a constructor?
     16 		 */
     17 		bar();
     18 
     19 		/*!
     20 		 * out of ideas for comments
     21 		 */
     22 		float t;
     23 };
     24