Update app.py
Browse files
app.py
CHANGED
@@ -363,7 +363,7 @@ def generate_detailed_documentation(file_contents, functionality_description):
|
|
363 |
4. Generate detailed documentation ONLY for each function INVOLVED in the enhanced user-specified functionality:
|
364 |
'
|
365 |
Function Documentation:
|
366 |
-
For each file that contains functions
|
367 |
File: <file name and extension>
|
368 |
For each function in the file:
|
369 |
- '<function name>':
|
|
|
363 |
4. Generate detailed documentation ONLY for each function INVOLVED in the enhanced user-specified functionality:
|
364 |
'
|
365 |
Function Documentation:
|
366 |
+
For each file that contains functions INVOLVED in the enhanced user-specified functiionality: (Do not include this line, take it as an instruction)
|
367 |
File: <file name and extension>
|
368 |
For each function in the file:
|
369 |
- '<function name>':
|