hyde icon indicating copy to clipboard operation
hyde copied to clipboard

Allow specifying substitution characters

Open sean-parent opened this issue 6 years ago • 1 comments

Currently the docs for a file like <lib/file.hpp> turns into a URL like lib2Ffile.hpp - it would be great to either allow lib-file.hpp or lib/file.hpp - similarly other special characters should be substituable to something more readable.

sean-parent avatar Aug 07 '19 00:08 sean-parent

Finding the right substitution characters can be tricky, and many options result in documentation collisions. For example, I tried - at one point, but then documentation for, say, operator- and operator* will end up resolving to the same thing. I only arrived at the current solution after many collision failures. I agree what's there now is not ideal, and am open to better solutions.

fosterbrereton avatar Aug 07 '19 15:08 fosterbrereton