-
Notifications
You must be signed in to change notification settings - Fork 20
add hyphenation support #112
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,9 +4,10 @@ | |
| "libevent": "2.0.1+2.0.16", | ||
| "libev": "5.0.0+4.04", | ||
| "openssl": "1.1.4+1.0.1g", | ||
| "libdparse": "0.2.1", | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Adding this effectively would make libdparse non-optional when buillding DDOX directly, but I guess we can count on libdparse enough to make it non-optional (I'll have a second look at #104 and merge it next, including the actual non-optional change there).
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Whoops, it's too easy to overlook this. |
||
| "memutils": "0.4.3", | ||
| "vibe-d": "0.7.26", | ||
| "libasync": "0.7.5", | ||
| "libdparse": "0.2.1" | ||
| "hyphenate": "1.1.0", | ||
| "libasync": "0.7.5" | ||
| } | ||
| } | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's just a single module and a pattern file, so I thought it wasn't worth the effort to handle
Have_hyphenateeverywhere (in particular b/c it's a command line option).