Development for ALE Clone Version 1.16


		   ///////  //         //////   //    //  ////////
		 //        //        //    //  ////  //  //
		//        //        //    //  //  ////  //
	       //        //        //    //  //    //  //////
	      //        //        //    //  //    //  //
	     //        //        //    //  //    //  //
             ///////  ////////   //////   //    //  ////////
                               Version 1.16
			      THE WAR BEGINS

(C) Copyright 1998 by Lutz Sammer. Distributed under the "Artistic License"


This gives you some information to help to develop ALE clone.

Make and makefiles

Type 'make help' to get an overview what all could be made.

Source code documentation

Valery Shchedrin has introduced tagged source documentation. I continued to use them.

This programs are required

You need one this programs to generate source code documentation.

Generate documentation from source code

Please compile and install one of the above programs. With this commands you produce the documentations:

Tags used in source code

I use the doc++ tags:

/** ... */

Multi line source code documentation.

/// ...

Single line source code documentation.

//@{ or /*@{*/

Grouping.

//@} or /*@}*/

Grouping.

Please read the documentation of the programs.

Coding style

You can use your own coding style in your own modules. If you fix in other modules, please imitate the coding style of the old coder.

I suggest: (Linux kernel coding style)


The ALE Clone project