Dimitri Van Heesch | 1 Aug 2009 16:40
Picon
Gravatar

Re: Problem with strange doxygen warnings

Hi René,

The main problem highlighted if you compile the code with gcc:

doxytest.h:73: error: ‘>>’ should be ‘> >’ within a nested template  
argument list
doxytest.h:77: error: ‘>>’ should be ‘> >’ within a nested template  
argument list

See below for the methods that have this.

The good news is that the next version of doxygen will have support  
for the
non-standard use of the right shift operator '>>' to end a nested  
template.

Regards,
   Dimitri

On 30 jul 2009, at 10:38, René Staffen wrote:

> hi again.
> I worked out a minimalistic example class that reproduces the  
> Problems.
>
>> H:\>doxygen --version
>> 1.5.9
>
> Hope this helps to give you an idea of the problem.
> greetings,
(Continue reading)

Efrain Lopez | 3 Aug 2009 00:23
Favicon

boost::shared_ptr

Hi,  I can't make REFERENCED_BY_RELATION to work when I use boost::shared_ptr, Is there a way to do it?



MyClass1
{
void Function1();
};

typedef boost::shared_ptr<  MyClass1 > MyClass1ShPt;



MyClass2
{

MyClass1ShPt mc1;

void Function2();
}

void MyClass2::Function2
{
mc1->Function1();
}


Documentation of MyClass1::Function1 doesn't show  MyClass2::Function2 on the Referenced By section.


thanks
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Doxygen-users mailing list
Doxygen-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users
René Staffen | 3 Aug 2009 09:09
Picon
Favicon

Re: Problem with strange doxygen warnings

hi,

Dimitri Van Heesch schrieb:
> Hi René,
> 
> The main problem highlighted if you compile the code with gcc:
> 
> doxytest.h:73: error: ‘>>’ should be ‘> >’ within a nested template  
> argument list
> doxytest.h:77: error: ‘>>’ should be ‘> >’ within a nested template  
> argument list

Thanks.
i figured it out allready but had not the time to post.
I never noticed this until now. if writing c++ iam using VS2005 as compiler.
I am using Visual Studio that accept this spelling.
when using gcc (mainly for embedded systems) i allways write c ;)

But the most confusing thing is that doxygen seems to stop parsing the header file and does not report a parse error.
and later in the cpp it sees a method (declared in the same way with >>) it does not know and complanins about it.
> 
> See below for the methods that have this.
> 
> The good news is that the next version of doxygen will have support  
> for the
> non-standard use of the right shift operator '>>' to end a nested  
> template.

it seems that in the oncomming c++ standard this speelling will also be allowed.

> 
> Regards,
>    Dimitri
> 

-- 

Dipl.-Inf. (FH) René Staffen
Softwareentwickler
eMail: Rene.Staffen <at> aglaia-gmbh.de
Tel:   +49 (0)30 2000 429 332

Hella Aglaia Mobile Vision GmbH
Treskowstr. 14
D-13089 Berlin
Amtsgericht Berlin-Charlottenburg HRB 66976
Geschäftsführer: Thomas Schilling

URL:  www.aglaia-gmbh.de
URL:  www.mobilevision.de

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
doc_savage | 3 Aug 2009 12:12

Use different font colors insiede doxygen html documentation


Hi,
I'm trying to change the font color of a part of my doxygen documentation
but looking at the manual I cannot find any command that can do that (I can
just change to bold, italic, .. but I cannot change the colour).
I tried to use html syntax  ..<\font> but it doesn't work.
Can you help me?
Thanks a lot
--

-- 
View this message in context: http://www.nabble.com/Use-different-font-colors-insiede-doxygen-html-documentation-tp24788279p24788279.html
Sent from the Doxygen - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
Moshe Kruger | 3 Aug 2009 12:24
Favicon

Re: Use different font colors insiede doxygen html documentation

Michele,

If you are trying to influence the look and feel of the
doxygen-generated docs, you should do this through the Cascading Style
Sheet generated by Doxygen.

Look for the .css file in your output directory.

 
Moshe Kruger
Technical Communicator
054-7407232
View Moshe Kruger's profile on LinkedIn 
-----Original Message-----
From: doc_savage [mailto:michele.corradin <at> socomec.com] 
Sent: Monday, August 03, 2009 1:13 PM
To: doxygen-users <at> lists.sourceforge.net
Subject: [Doxygen-users] Use different font colors insiede doxygen html
documentation

Hi,
I'm trying to change the font color of a part of my doxygen
documentation
but looking at the manual I cannot find any command that can do that (I
can
just change to bold, italic, .. but I cannot change the colour).
I tried to use html syntax  ..<\font> but it doesn't work.
Can you help me?
Thanks a lot
-- 
View this message in context:
http://www.nabble.com/Use-different-font-colors-insiede-doxygen-html-doc
umentation-tp24788279p24788279.html
Sent from the Doxygen - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------
------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008
30-Day 
trial. Simplify your report design, integration and deployment - and
focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Doxygen-users mailing list
Doxygen-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users
---------------------------------------------------------------------------------------------------------------
This e-mail, including any attached files, may contain confidential and privileged information for the
sole use of the intended recipient. Any review, use, distribution, or disclosure by others is strictly
prohibited. If you are not the intended recipient (or authorized to receive information for the intended
recipient), please contact the sender by reply e-mail and delete all copies of this message.c1

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
doc_savage | 3 Aug 2009 12:40

Re: Use different font colors insiede doxygen html documentation


Thanks,
but I want to use different colors in the same comment block to write for
example a couple of lline in black and other two in green to underline them
without using bold or italic or something like that.
Thanks
Michele

Moshe Kruger wrote:
> 
> Michele,
> 
> If you are trying to influence the look and feel of the
> doxygen-generated docs, you should do this through the Cascading Style
> Sheet generated by Doxygen.
> 
> Look for the .css file in your output directory.
> 
>  
> Moshe Kruger
> Technical Communicator
> 054-7407232
> View Moshe Kruger's profile on LinkedIn 
> -----Original Message-----
> From: doc_savage [mailto:michele.corradin <at> socomec.com] 
> Sent: Monday, August 03, 2009 1:13 PM
> To: doxygen-users <at> lists.sourceforge.net
> Subject: [Doxygen-users] Use different font colors insiede doxygen html
> documentation
> 
> 
> Hi,
> I'm trying to change the font color of a part of my doxygen
> documentation
> but looking at the manual I cannot find any command that can do that (I
> can
> just change to bold, italic, .. but I cannot change the colour).
> I tried to use html syntax  ..<\font> but it doesn't work.
> Can you help me?
> Thanks a lot
> -- 
> View this message in context:
> http://www.nabble.com/Use-different-font-colors-insiede-doxygen-html-doc
> umentation-tp24788279p24788279.html
> Sent from the Doxygen - Users mailing list archive at Nabble.com.
> 
> 
> ------------------------------------------------------------------------
> ------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008
> 30-Day 
> trial. Simplify your report design, integration and deployment - and
> focus on 
> what you do best, core application coding. Discover what's new with 
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Doxygen-users mailing list
> Doxygen-users <at> lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/doxygen-users
> ---------------------------------------------------------------------------------------------------------------
> This e-mail, including any attached files, may contain confidential and
> privileged information for the sole use of the intended recipient. Any
> review, use, distribution, or disclosure by others is strictly prohibited.
> If you are not the intended recipient (or authorized to receive
> information for the intended recipient), please contact the sender by
> reply e-mail and delete all copies of this message.c1
> 
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008
> 30-Day 
> trial. Simplify your report design, integration and deployment - and focus
> on 
> what you do best, core application coding. Discover what's new with 
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Doxygen-users mailing list
> Doxygen-users <at> lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/doxygen-users
> 
> 

--

-- 
View this message in context: http://www.nabble.com/Use-different-font-colors-insiede-doxygen-html-documentation-tp24788279p24788574.html
Sent from the Doxygen - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
vimml | 3 Aug 2009 16:43

Re: Problem with strange doxygen warnings

Hej!

> I never noticed this until now. if writing c++ iam using VS2005 as compiler.
> I am using Visual Studio that accept this spelling.
It is generally preferrable to write portable (= standard conforming) code.

> it seems that in the oncomming c++ standard this speelling will also be allowed.
I think it will, but I would still use the current standard for a while
to avoid portability issues.

Regards,
	Kai

--

-- 
All mail clients suck. This one just sucks less.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
Ondrej Sibrina | 3 Aug 2009 19:28
Picon

how to ignore <at> assert

Hello guys,
	Is there way how to exclude some commands... For example  <at> assert
	I've found one solution by adding #ifndef but it's little compilicated.
Is there another solution for that?

Thank you very much.

#ifndef DOXYGEN_SHOULD_SKIP_THIS

 /* code that must be skipped by Doxygen */

#endif /* DOXYGEN_SHOULD_SKIP_THIS */

around the blocks that should be hidden and put:

PREDEFINED = DOXYGEN_SHOULD_SKIP_THIS

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
doc_savage | 4 Aug 2009 11:22

Re: Use different font colors insiede doxygen html documentation


Is there a way to write in doxygen an html section? In this way a could solve
my problem because I know how to do that in html. I searched but I didn't
find anything.
Thanks

doc_savage wrote:
> 
> Thanks,
> but I want to use different colors in the same comment block to write for
> example a couple of lline in black and other two in green to underline
> them without using bold or italic or something like that.
> Thanks
> Michele
> 
> 
> 
> Moshe Kruger wrote:
>> 
>> Michele,
>> 
>> If you are trying to influence the look and feel of the
>> doxygen-generated docs, you should do this through the Cascading Style
>> Sheet generated by Doxygen.
>> 
>> Look for the .css file in your output directory.
>> 
>>  
>> Moshe Kruger
>> Technical Communicator
>> 054-7407232
>> View Moshe Kruger's profile on LinkedIn 
>> -----Original Message-----
>> From: doc_savage [mailto:michele.corradin <at> socomec.com] 
>> Sent: Monday, August 03, 2009 1:13 PM
>> To: doxygen-users <at> lists.sourceforge.net
>> Subject: [Doxygen-users] Use different font colors insiede doxygen html
>> documentation
>> 
>> 
>> Hi,
>> I'm trying to change the font color of a part of my doxygen
>> documentation
>> but looking at the manual I cannot find any command that can do that (I
>> can
>> just change to bold, italic, .. but I cannot change the colour).
>> I tried to use html syntax  ..<\font> but it doesn't work.
>> Can you help me?
>> Thanks a lot
>> -- 
>> View this message in context:
>> http://www.nabble.com/Use-different-font-colors-insiede-doxygen-html-doc
>> umentation-tp24788279p24788279.html
>> Sent from the Doxygen - Users mailing list archive at Nabble.com.
>> 
>> 
>> ------------------------------------------------------------------------
>> ------
>> Let Crystal Reports handle the reporting - Free Crystal Reports 2008
>> 30-Day 
>> trial. Simplify your report design, integration and deployment - and
>> focus on 
>> what you do best, core application coding. Discover what's new with 
>> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
>> _______________________________________________
>> Doxygen-users mailing list
>> Doxygen-users <at> lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/doxygen-users
>> ---------------------------------------------------------------------------------------------------------------
>> This e-mail, including any attached files, may contain confidential and
>> privileged information for the sole use of the intended recipient. Any
>> review, use, distribution, or disclosure by others is strictly
>> prohibited. If you are not the intended recipient (or authorized to
>> receive information for the intended recipient), please contact the
>> sender by reply e-mail and delete all copies of this message.c1
>> 
>> ------------------------------------------------------------------------------
>> Let Crystal Reports handle the reporting - Free Crystal Reports 2008
>> 30-Day 
>> trial. Simplify your report design, integration and deployment - and
>> focus on 
>> what you do best, core application coding. Discover what's new with 
>> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
>> _______________________________________________
>> Doxygen-users mailing list
>> Doxygen-users <at> lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/doxygen-users
>> 
>> 
> 
> 

--

-- 
View this message in context: http://www.nabble.com/Use-different-font-colors-insiede-doxygen-html-documentation-tp24788279p24805055.html
Sent from the Doxygen - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
Moshe Kruger | 4 Aug 2009 11:42
Favicon

Re: Use different font colors insiede doxygen html documentation

Michele,

1. Do you mean external html pages? That is, not those pages generated
by doxygen from the code sources, but pages you craft on your own? If
so, yes, you can. This is most useful when creating an overview for your
library. Links to classes and methods inside the library are enabled
automatically. Here's how: 
a. create a document (call it what you like) and start it with a \page
tag. See http://www.stack.nl/~dimitri/doxygen/commands.html#cmdpage. 
b. Then, to tell doxygen to "sew" it into the output, you add this file
to the #INCLUDE variable in the Doxyfile configuration file (or that
field, if you are using the Wizard). 

You can write HTML code in these external files, But, not all HTML tags
are supported. Here is the list:
http://www.stack.nl/~dimitri/doxygen/htmlcmds.html

2. Alternatively, you mean using HTML tags in the doxygen comments you
write in the source code files (with the same HTML limitations)

Moshe Kruger
Technical Communicator
054-7407232
View Moshe Kruger's profile on LinkedIn 

-----Original Message-----
From: doc_savage [mailto:michele.corradin <at> socomec.com] 
Sent: Tuesday, August 04, 2009 12:22 PM
To: doxygen-users <at> lists.sourceforge.net
Subject: Re: [Doxygen-users] Use different font colors insiede doxygen
html documentation

Is there a way to write in doxygen an html section? In this way a could
solve
my problem because I know how to do that in html. I searched but I
didn't
find anything.
Thanks

doc_savage wrote:
> 
> Thanks,
> but I want to use different colors in the same comment block to write
for
> example a couple of lline in black and other two in green to underline
> them without using bold or italic or something like that.
> Thanks
> Michele
> 
> 
> 
> Moshe Kruger wrote:
>> 
>> Michele,
>> 
>> If you are trying to influence the look and feel of the
>> doxygen-generated docs, you should do this through the Cascading
Style
>> Sheet generated by Doxygen.
>> 
>> Look for the .css file in your output directory.
>> 
>>  
>> Moshe Kruger
>> Technical Communicator
>> 054-7407232
>> View Moshe Kruger's profile on LinkedIn 
>> -----Original Message-----
>> From: doc_savage [mailto:michele.corradin <at> socomec.com] 
>> Sent: Monday, August 03, 2009 1:13 PM
>> To: doxygen-users <at> lists.sourceforge.net
>> Subject: [Doxygen-users] Use different font colors insiede doxygen
html
>> documentation
>> 
>> 
>> Hi,
>> I'm trying to change the font color of a part of my doxygen
>> documentation
>> but looking at the manual I cannot find any command that can do that
(I
>> can
>> just change to bold, italic, .. but I cannot change the colour).
>> I tried to use html syntax  ..<\font> but it doesn't work.
>> Can you help me?
>> Thanks a lot
>> -- 
>> View this message in context:
>>
http://www.nabble.com/Use-different-font-colors-insiede-doxygen-html-doc
>> umentation-tp24788279p24788279.html
>> Sent from the Doxygen - Users mailing list archive at Nabble.com.
>> 
>> 
>>
------------------------------------------------------------------------
>> ------
>> Let Crystal Reports handle the reporting - Free Crystal Reports 2008
>> 30-Day 
>> trial. Simplify your report design, integration and deployment - and
>> focus on 
>> what you do best, core application coding. Discover what's new with 
>> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
>> _______________________________________________
>> Doxygen-users mailing list
>> Doxygen-users <at> lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/doxygen-users
>>
------------------------------------------------------------------------
---------------------------------------
>> This e-mail, including any attached files, may contain confidential
and
>> privileged information for the sole use of the intended recipient.
Any
>> review, use, distribution, or disclosure by others is strictly
>> prohibited. If you are not the intended recipient (or authorized to
>> receive information for the intended recipient), please contact the
>> sender by reply e-mail and delete all copies of this message.c1
>> 
>>
------------------------------------------------------------------------
------
>> Let Crystal Reports handle the reporting - Free Crystal Reports 2008
>> 30-Day 
>> trial. Simplify your report design, integration and deployment - and
>> focus on 
>> what you do best, core application coding. Discover what's new with 
>> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
>> _______________________________________________
>> Doxygen-users mailing list
>> Doxygen-users <at> lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/doxygen-users
>> 
>> 
> 
> 

-- 
View this message in context:
http://www.nabble.com/Use-different-font-colors-insiede-doxygen-html-doc
umentation-tp24788279p24805055.html
Sent from the Doxygen - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------
------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008
30-Day 
trial. Simplify your report design, integration and deployment - and
focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Doxygen-users mailing list
Doxygen-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users
---------------------------------------------------------------------------------------------------------------
This e-mail, including any attached files, may contain confidential and privileged information for the
sole use of the intended recipient. Any review, use, distribution, or disclosure by others is strictly
prohibited. If you are not the intended recipient (or authorized to receive information for the intended
recipient), please contact the sender by reply e-mail and delete all copies of this message.c1

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july

Gmane