Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added an option to strip path prefixes #385

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

elaberge
Copy link

I have an issue where my files are organized like the following:

Folder1/Folder2/src/fileA.js
Folder1/Folder2/src/fileB.js
Folder1/Folder2/src/subfolder/fileC.js

When I generate doc through docco through some automated build scripts, I have the full paths, where I'd like everything up to "src" to be trimmed, so I only get:
fileA.js
fileB.js
subfolder/fileC.js

This PR adds an option to remove unwanted path prefixes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant