JSenkCC commited on
Commit
4f9b059
·
verified ·
1 Parent(s): 5245f69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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. Make sure there is no empty line between this content
359
- and 'Functionality Flow of Control'>
360
  '
361
- 4. Generate detailed documentation for each function in the codebase:
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: