Search found 117 matches

by marlowa
Thu Dec 22 2016 3:41 pm
Forum: Issues
Topic: The issue bug tracker in use for doxypress
Replies: 2
Views: 12910

The issue bug tracker in use for doxypress

Hello everyone,

I think it would be useful to have a sticky article here directing people to the separate bug tracker, whose URL I have forgotten.
by marlowa
Tue Nov 01 2016 8:44 am
Forum: User Support
Topic: Special ASCII character not supported
Replies: 2
Views: 12916

Re: Special ASCII character not supported

I would be very suprised to see that work. Even with UTF8 it will not work unless the doxypress web pages are for HTML 5. The escape sequence ± for the plus-or-minus symbol should work everywhere.
by marlowa
Fri Oct 28 2016 11:24 am
Forum: User Support
Topic: bug: doxypress reporters errors with duplicated header
Replies: 1
Views: 11357

bug: doxypress reporters errors with duplicated header

If you have a header file duplicated in different directories you get spurious errors. This is with doxypress version 1.2.4. I had this header file below duplicated in the directory structure being processed: #ifndef INCLUDED_APM #define INCLUDED_APM /** * @class apm * * @brief Something simple * */...
by marlowa
Wed Oct 26 2016 12:56 pm
Forum: User Support
Topic: bug: doxypress reports undocument param that is documented
Replies: 1
Views: 11459

bug: doxypress reports undocument param that is documented

For quite a while now I have seen this error and am at long last able to reproduce it with a tiny example: #ifndef INCLUDED_APM #define INCLUDED_APM class apm { public: /** * Return TRUE if something. * The whatjamacallit is specified somehow. * * @param[in] pObject the object * @param[in] name the ...
by marlowa
Wed Oct 26 2016 7:48 am
Forum: Developers
Topic: Enh rqst for DoxyPressApp: creating json from doxygen
Replies: 5
Views: 18195

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: * it could start the file browser in the directory you are actually in. That seems a better default to me. * then you save the json file the default d...
by marlowa
Wed Oct 26 2016 7:46 am
Forum: Developers
Topic: having trouble using new tracker for doxypress issues
Replies: 1
Views: 11870

having trouble using new tracker for doxypress issues

Hello,

I tried to register at http://redmine.copperspice.com/login and it sent me the activation email. However, when I clicked on it I was taken to the login screen and my account was not activated. I would raise a ticket about this issue but....
by marlowa
Mon Sep 26 2016 10:00 am
Forum: Installation
Topic: A few rough edges building on linux - clang
Replies: 15
Views: 41214

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? I managed to almost completely trash my debian env th...
by marlowa
Sat Sep 17 2016 10:55 pm
Forum: Installation
Topic: A few rough edges building on linux - clang
Replies: 15
Views: 41214

Re: A few rough edges building on linux - clang

I have added a link to our documentation in the README files for DoxyPress and DoxyPressApp. The documentation explains how to build from source. The following is the same link you will find in the README: http://www.copperspice.com/docs/doxypress/build-doxypress.html The documentation for the clan...
by marlowa
Thu Sep 15 2016 1:55 pm
Forum: User Support
Topic: bug: doxypress confused by friend class declarations
Replies: 2
Views: 14088

Re: bug: doxypress confused by friend class declarations

It's been a long while since I saw this error from doxypress but it looks like it is back again in version 1.2.4. It is now a parsing warning but I cannot reproduce it using a standalone header file. Like some of the other bugs I've found, it might be to do with multiple header files interacting. I ...
by marlowa
Thu Sep 15 2016 1:51 pm
Forum: Installation
Topic: Compilation error building doxypress 1.2.4 on linux
Replies: 3
Views: 14289

Re: Compilation error building doxypress 1.2.4 on linux

I got a clang-related compilation error trying to build doxypress-1.2.4 on my debian machine. DoxyPress was updated to use libTooling 3.7.1 for parsing C++. This requires clang 3.7 and clang 3.5 is no longer used in DoxyPress. The documentation for the clang specific information is located on the f...