Update app.py
Browse files
app.py
CHANGED
@@ -355,10 +355,10 @@ def generate_detailed_documentation(file_contents, functionality_description):
|
|
355 |
3. Describe the functionality flow:
|
356 |
'
|
357 |
Functionality Flow of Control:
|
358 |
-
<In point form, explain the FLOW OF CONTROL for the enhanced description of the user-specified functionality
|
359 |
-
and 'Functionality Flow of Control'>
|
360 |
'
|
361 |
-
4. Generate detailed documentation for each function in the
|
362 |
'
|
363 |
Function Documentation:
|
364 |
For each function:
|
|
|
355 |
3. Describe the functionality flow:
|
356 |
'
|
357 |
Functionality Flow of Control:
|
358 |
+
<In point form, explain the FLOW OF CONTROL for ONLY the enhanced description of the user-specified functionality, NOT the whole project.
|
359 |
+
Make sure there is no empty line between this content and 'Functionality Flow of Control'>
|
360 |
'
|
361 |
+
4. Generate detailed documentation ONLY for each function INVOLVED in the enhanced user-specified functionality:
|
362 |
'
|
363 |
Function Documentation:
|
364 |
For each function:
|