You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible where the user can select to output the generated documentation in the same folder structure the project is in?
Currently
For example, if we have a folder structure that is as such:
Project
|______FolderOne
| |_______FileOne.cs
| |_______FileTwo.cs
|______FolderTwo
| |_______FileThree.cs
The output markdowns will be:
Project
|_____index.md
|_____FolderOne.md
|_____FileOne.md
|_____FileTwo.md
|_____FolderTwo.md
|_____FileThree.md
Desired
It would be much more convenient for large projects if the documentation could be:
Project
|_____FolderOne
| |_____FileOne.md
| |_____FileTwo.md
|_____FolderTwo
| |_____FileThree.md
|______FolderOne.md
|______FolderTwo.md
|
Project.md
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is it possible where the user can select to output the generated documentation in the same folder structure the project is in?
Currently
For example, if we have a folder structure that is as such:
Project
|______FolderOne
| |_______FileOne.cs
| |_______FileTwo.cs
|______FolderTwo
| |_______FileThree.cs
The output markdowns will be:
Project
|_____index.md
|_____FolderOne.md
|_____FileOne.md
|_____FileTwo.md
|_____FolderTwo.md
|_____FileThree.md
Desired
It would be much more convenient for large projects if the documentation could be:
Project
|_____FolderOne
| |_____FileOne.md
| |_____FileTwo.md
|_____FolderTwo
| |_____FileThree.md
|______FolderOne.md
|______FolderTwo.md
|
Project.md
Beta Was this translation helpful? Give feedback.
All reactions