-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Labels
type:proposala feature suggestiona feature suggestion
Description
Is your feature request related to a problem? Please describe.
The problem is in documenting C++ code, what sometimes happens is you encounter something like:
/*some long text */ in C+
+ do this:
It would be nice if C++ did not wrap on the individual + characters, e.g.:
/*some long text */ in
C++ do this:
See also:
https://superuser.com/questions/1841412/preventing-word-break-in-markdown-and-rst
Describe the solution you'd like
I think the ideal is to add a set in the configuration of "project terms" both for searching purposes and line wrap purposes, so that Sphinx would understand these special technical words that contain symbols (that should not be wrapped).
Describe alternatives you've considered
A "don't break words" setting could also work. Presumably there's a reason why this is not done though.
Metadata
Metadata
Assignees
Labels
type:proposala feature suggestiona feature suggestion