Search found 117 matches

by marlowa
Thu Oct 04 2018 7:23 am
Forum: Developers
Topic: Release notes?
Replies: 0
Views: 10369

Release notes?

Hello everyone,

I see that CopperSpice 1.5.1 has been released, but I cannot find the release notes. Shouldn't these be accessible via the download page?
by marlowa
Tue Sep 11 2018 4:40 pm
Forum: Developers
Topic: problem with ifnot directive in doxypress 1.3.1
Replies: 2
Views: 9766

Re: problem with ifnot directive in doxypress 1.3.1

I used the code shown below and there were no warnings. The output was exactly what we expected for the "detailed documentation" so \ifnot appears to be working. If you rework our example to produce a warning please let us know. You're right. After a bit more investigation I found what th...
by marlowa
Mon Sep 10 2018 7:26 pm
Forum: Developers
Topic: doxygen 1.3.1 crashes with index out of range
Replies: 4
Views: 13001

Re: doxygen 1.3.1 crashes with index out of range

We dropped your test code into our test suite and it did not break. My initial guess is that this could be related to a JSON tag setting. If you can email a copy of your JSON project file we can look that over and see what might be different. Barbara Here is the json file I used: { "clang"...
by marlowa
Fri Aug 31 2018 6:50 am
Forum: Developers
Topic: doxypress and jenkins
Replies: 1
Views: 8302

doxypress and jenkins

Hello,

I note that jenkins has support for many open source tools including doxygen. One can configure a build step where doxygen is the tool, then the build will go red if the doxygen fails. I hope that doxypress will also be available to jenkins users.
by marlowa
Fri Aug 24 2018 7:29 am
Forum: Developers
Topic: Enh rqst for DoxyPressApp: creating json from doxygen
Replies: 5
Views: 16006

Re: Enh rqst for DoxyPressApp: creating json from doxygen

I notice that when you use the tool for converting a doxygen config file to a doxypress json file, there are a few of things that could be improved: [snip]* the default name of the created json file should be based on the input filename Resolved in next release (1.2.2 pending in April) Barbara I te...
by marlowa
Tue Aug 21 2018 3:19 pm
Forum: Developers
Topic: doxygen 1.3.1 crashes with index out of range
Replies: 4
Views: 13001

Re: doxygen 1.3.1 crashes with index out of range

I've got a small bit of code that shows the problem:

Code: Select all

class Myclass : public SomeOtherClass
{
public:
};

class Foo : public Myclass
{
public:
};

template <class T1,class T2>
class Bar : public Foo
{
public:
};

template<class T>
class FooBar : public Bar<T,T>
{
public:
};
by marlowa
Tue Aug 21 2018 1:24 pm
Forum: Developers
Topic: doxygen 1.3.1 crashes with index out of range
Replies: 4
Views: 13001

doxygen 1.3.1 crashes with index out of range

Hello, I am testing 1.3.1 on a large project and find that it chokes on something, not sure what. Here is the error I get: ** Generate Documentation Output terminate called after throwing an instance of 'std::logic_error' what(): QList<T>::operator[] Index is out of Range. (Index is 5, Size is 2) Th...
by marlowa
Tue Aug 21 2018 12:57 pm
Forum: Developers
Topic: problem with ifnot directive in doxypress 1.3.1
Replies: 2
Views: 9766

problem with ifnot directive in doxypress 1.3.1

Hello everyone, I've just found that doxypress 1.3.1 doesnt seem to handle the ifnot directive that doxygen has. I had some code that looked like this: \if MY_TAG blah blah \endif \ifnot MY_TAG more blah \endif And it complained about found \endif without matching start. My guess is that it does not...
by marlowa
Tue Aug 21 2018 12:48 pm
Forum: Developers
Topic: Enh rqst: Opening doxygen config file
Replies: 2
Views: 9437

Re: Enh rqst: Opening doxygen config file

I note that the change I suggested is not in 1.3.1.
by marlowa
Tue Aug 21 2018 12:46 pm
Forum: Developers
Topic: help about and license information
Replies: 2
Views: 9111

help about and license information

I am just trying out doxypress 1.3.1 and notice something that has been there since the beginning - the help about screen does not have any information about the license that applies to doxypress. This dialog is the traditional place to put such information. Could it be added please?

-Andrew M.