Skip to content

Added an option to strip path prefixes - #385

Open
elaberge wants to merge 1 commit into
jashkenas:masterfrom
elaberge:master
Open

Added an option to strip path prefixes#385
elaberge wants to merge 1 commit into
jashkenas:masterfrom
elaberge:master

Conversation

@elaberge

Copy link
Copy Markdown

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