summaryrefslogtreecommitdiff
path: root/src/projManagement
diff options
context:
space:
mode:
Diffstat (limited to 'src/projManagement')
-rw-r--r--src/projManagement/newProject.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/projManagement/newProject.py b/src/projManagement/newProject.py
index e7fd6548..e7f5247e 100644
--- a/src/projManagement/newProject.py
+++ b/src/projManagement/newProject.py
@@ -44,6 +44,13 @@ class NewProjectInfo(QtGui.QWidget):
- CHECKEXIST
- CHECKNAME
- NONE
+
+ @params
+ :projName => name of the project created passed from
+ frontEnd/Application new_project()
+ @return
+ :dirs => The directories inside the project folder
+ :filelist => The files inside the project folder
"""
# print "Create Project Called"