We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ce8f16 commit 5eab284Copy full SHA for 5eab284
src/DVIToSVG.cpp
@@ -406,8 +406,7 @@ static vector<string> extract_prefixes (const string &ignorelist) {
406
* e.g. "color, ps, em" or "color: ps em" etc.
407
* A single "*" in the ignore list disables all specials.
408
* @param[in] ignorelist list of handler names to ignore
409
- * @param[in] pswarning if true, shows warning about disabled PS support
410
- * @return the SpecialManager that handles special statements */
+ * @param[in] pswarning if true, shows warning about disabled PS support */
411
void DVIToSVG::setProcessSpecials (const string &ignorelist, bool pswarning) {
412
if (ignorelist == "*") // ignore all specials?
413
SpecialManager::instance().unregisterHandlers();
0 commit comments