PyXMake Developer Guide  1.0
PyXMake
__init__.py
1 # -*- coding: utf-8 -*-
2 # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
3 # % Build Module - Classes and Functions %
4 # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
5 """
6 Contains classes to define a make object controlling the building process.
7 
8 @note: PyXMake module
9 Created on 20.03.2018
10 
11 @version: 1.0
12 ----------------------------------------------------------------------------------------------
13 @requires:
14  -
15 
16 @change:
17  -
18 
19 @author: garb_ma [DLR-FA,STM Braunschweig]
20 ----------------------------------------------------------------------------------------------
21 """
22 
23 ## @package PyXMake.Build
24 # Module containing all relevant modules and scripts associated with the building
25 # process.
26 ## @author
27 # Marc Garbade
28 ## @date
29 # 20.03.2018
30 ## @par Notes/Changes
31 # - Added documentation // mg 29.03.2018
32 
33 if __name__ == '__main__':
34  pass