Search found 157 matches

by ansel
Mon May 08 2017 6:09 pm
Forum: Issues
Topic: Execution error - Doxypress 1.2.8 - Windows 10 64 bits
Replies: 3
Views: 44757

Re: Execution error - Doxypress 1.2.8 - Windows 10 64 bits

Hi Mauricio, We have resolved the issue you reported in the latest version of DoxyPress and we have been able to run your project successfully on our Windows 7 64-bit machine. Please give DoxyPress 1.2.9 a try and let us know how things work for you. Please do continue to let us know of any enhancem...
by ansel
Fri May 05 2017 9:21 am
Forum: Issues
Topic: Execution error - Doxypress 1.2.8 - Windows 10 64 bits
Replies: 3
Views: 44757

Re: Execution error - Doxypress 1.2.8 - Windows 10 64 bits

Hi Mauricio, Thank you for your kind words and your detailed bug report. This should help us track down the issue. We appreciate your interest in our project. We are speaking at a C++ conference in a week and we are in the final preparation. We will make sure to look at this issue as quickly as poss...
by ansel
Tue Mar 21 2017 7:14 pm
Forum: User Support
Topic: Documenting enum class vs enum
Replies: 1
Views: 39189

Re: Documenting enum class vs enum

Thank you for your report.

You mention trying the following syntax:

Code: Select all

/*! \var Test::otherFruit Test::otherFruit::pear
This syntax makes sense and should be allowed, but is not currently supported. I have filed a ticket to support this case:

http://redmine.copperspice.com/issues/31
by ansel
Mon Mar 13 2017 6:25 am
Forum: Issues
Topic: DoxyPressApp Help Menu Item Displays Wrong Page
Replies: 1
Views: 35818

Re: DoxyPressApp Help Menu Item Displays Wrong Page

Thanks for the suggestion.

Barbara is going to look into this and we will make some changes so that this menu item links to the correct documentation online.
by ansel
Wed Feb 08 2017 9:53 am
Forum: Issues
Topic: Core dump with binaries on Ubuntu 16.04
Replies: 2
Views: 41151

Re: Core dump with binaries on Ubuntu 16.04

Hi jdjd, The doxypress binary package expects to use the packaged version of clang, rather than individual files. Instead of extracting the individual libraries, can you try running: apt-get install libclang-3.7-dev libllvm3.7 Once those packages have installed, you should not need to add any additi...
by ansel
Tue Jan 24 2017 6:01 am
Forum: Developers
Topic: Cross platform support
Replies: 1
Views: 13841

Re: Cross platform support

Hello Jurrien, Thank you for looking at CopperSpice. Android support is definitely on our radar but we do not currently have an ETA. As for iOS support, the situation is more complex from a legal standpoint. CopperSpice is licensed under the LGPL, so end users must be allowed to re-link any CopperSp...
by ansel
Sat Nov 12 2016 5:29 am
Forum: User Support
Topic: bug: doxypress reporters errors with duplicated header
Replies: 1
Views: 36123

Re: bug: doxypress reporters errors with duplicated header

We have found and resolved this issue. The resolution of this warning will be released in 1.2.5, scheduled for release in December.

Thank you for your report!
by ansel
Sat Nov 12 2016 4:41 am
Forum: User Support
Topic: bug: doxypress confused by friend class declarations
Replies: 2
Views: 42415

Re: bug: doxypress confused by friend class declarations

Have you been able to reproduce this issue with a test case you can share? We have been unable to reproduce the issue as described.
by ansel
Sat Nov 12 2016 4:33 am
Forum: User Support
Topic: Special ASCII character not supported
Replies: 2
Views: 42841

Re: Special ASCII character not supported

I'd like to confirm what encoding your input files are in, and what encoding your browser has detected for the HTML output. We strive to support UTF-8 on input and output however there may still be some code that is not unicode aware. Andrew is correct that the ± HTML entity is more widel...
by ansel
Sat Nov 12 2016 4:21 am
Forum: User Support
Topic: doxypress confused by RogueWave collectables
Replies: 2
Views: 41174

Re: doxypress confused by RogueWave collectables

Just for reference, this issue was resolved earlier this year.