Skip to content

Commit 5eab284

Browse files
committed
fixed doxygen comment
1 parent 3ce8f16 commit 5eab284

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/DVIToSVG.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,8 +406,7 @@ static vector<string> extract_prefixes (const string &ignorelist) {
406406
* e.g. "color, ps, em" or "color: ps em" etc.
407407
* A single "*" in the ignore list disables all specials.
408408
* @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 */
409+
* @param[in] pswarning if true, shows warning about disabled PS support */
411410
void DVIToSVG::setProcessSpecials (const string &ignorelist, bool pswarning) {
412411
if (ignorelist == "*") // ignore all specials?
413412
SpecialManager::instance().unregisterHandlers();

0 commit comments

Comments
 (0)