Search found 152 matches

by ansel
Tue Jan 24 2017 6:01 am
Forum: Developers
Topic: Cross platform support
Replies: 1
Views: 8993

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: 9453

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: 12010

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: 10808

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: 11389

Re: doxypress confused by RogueWave collectables

Just for reference, this issue was resolved earlier this year.
by ansel
Fri Nov 11 2016 7:21 pm
Forum: Developers
Topic: having trouble using new tracker for doxypress issues
Replies: 1
Views: 9875

Re: having trouble using new tracker for doxypress issues

Hi Andrew,

Thanks for reporting this. I have sent you a private message to complete the log on. If anyone else encounters similar issues, please contact us and we will address this further.
by ansel
Sun Sep 18 2016 4:50 pm
Forum: Installation
Topic: A few rough edges building on linux - clang
Replies: 15
Views: 35609

Re: A few rough edges building on linux - clang

I have followed these instructions but it still doesn't build. I still get the same error. The header file Index.h is not under /usr/lib/llvm-3.7/include. What am I doing wrong?
Can you let us know which platform and version you are building on?
by ansel
Fri Jul 22 2016 6:41 pm
Forum: User Support
Topic: HTML_STYLESHEETS question
Replies: 2
Views: 11039

Re: HTML_STYLESHEETS question

Hi, Thank you so much for your question. We appreciate the opportunity to provide technical support. The intent of the HTML_STYLESHEETS tag in your project file is to add overrides to the existing builtin stylesheet. Your custom doxygen_new.css should only contain the rules you wish to override in t...
by ansel
Tue Jul 12 2016 1:50 am
Forum: Developers
Topic: Copperspice licenses and proprietary applications
Replies: 3
Views: 12211

Re: Copperspice licenses and proprietary applications

As you mention, the Qt 5.7 release definitely changed their license model. CopperSpice will remain LGPL 2.1, and we will not be porting any features or examining code from Qt 5.7 or later for this reason. The only possible license change for CopperSpice would be if the opportunity arose to relicense...
by ansel
Tue Jul 12 2016 1:38 am
Forum: User Support
Topic: Page hierarchy support
Replies: 1
Views: 9843

Re: Page hierarchy support

Thank you for your question. In order to create a hierarchy of pages the \subpage command is used. For more information see http://www.copperspice.com/docs/doxypress/topic-cmd-gen.html#cmdsubpage . As an example, here is a snippet of code for the commands page in the DoxyPress documentation you ment...