Skip to content

Commit

Permalink
is that an en dash?
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcaron committed Jun 15, 2018
1 parent c40e05f commit 8bdfc67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generators/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ def clean_doxygen(doxygen):
"</b>": "",
"≥": ">=",
"ü": "u",
"–": "-",
"fi": "fi",
"Ž": "", # invisible character in fast_bilateral_filter.h "FrŽdo Durand"[2] (no kidding)
}
Expand Down

0 comments on commit 8bdfc67

Please sign in to comment.