waf

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

c.h (160B)


      1 /*!
      2  * Nothing to hide, so all is public
      3  */
      4 class meep
      5 {
      6 	public:
      7 		/*!
      8 		 * attribute a, hmmm :-)
      9 		 */
     10 		int a;
     11 
     12 		/*!
     13 		 * no comments
     14 		 */
     15 		meep();
     16 };
     17 
     18