copperspice / doxypress

Documentation generator using annotated sources for multiple computer languages
https://www.copperspice.com/
GNU General Public License v2.0
148 stars 14 forks source link

Comments in verbatim code blocks repeated for every word #17

Closed TransientResponse closed 7 years ago

TransientResponse commented 7 years ago

A code line such as this (in Python):

import sys #Make it do work

Will become a Latex line like this:

\textcolor{keyword}{import} os \textcolor{comment}{#Make#Make it#Make it do#Make it do work}
agserm commented 7 years ago

We have found the root cause for this issue and it will be resolved in the next release of DoxyPress. Thanks for your report!

TransientResponse commented 7 years ago

Excellent! I look forward to the next release.

From: agsermmailto:notifications@github.com Sent: Tuesday, June 27, 2017 5:55 PM To: copperspice/doxypressmailto:doxypress@noreply.github.com Cc: TransientResponsemailto:TransientResponse@outlook.com; Authormailto:author@noreply.github.com Subject: Re: [copperspice/doxypress] Comments in verbatim code blocks repeated for every word (#17)

We have found the root cause for this issue and it will be resolved in the next release of DoxyPress. Thanks for your report!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/copperspice/doxypress/issues/17#issuecomment-311497619, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AFKwxI4BwjZowuJCUT9nMe9mcAITO1Xfks5sIXpVgaJpZM4OFcHc.

agserm commented 7 years ago

The fix for this issue as well as #8 and #16 is in the DoxyPress 1.2.10 release, just posted on our download page. If you could take a look and verify these have been resolved in your test case we would appreciate it.

TransientResponse commented 7 years ago

Sorry for getting to this so late; I've been busy at work. Confirmed that 1.2.10 fixes this issue.