Re: [Doxygen-users] Public and private parts in documentation

2013-09-23 Thread Yura Vishnevskiy
Dear André and Sebastien, thank you for suggestions, they should work for me. I have also another more general problem. My application itself is an interpreter for some script-like language (similar to Ruby). I would like to use Doxygen not only to document the internals in this interpreter but

[Doxygen-users] Public and private parts in documentation

2013-09-23 Thread Yura V. Vishnevskiy
Hello Doxygen Users and Developers, my code contains different documented parts, some of them are just for internal in-house usage, others are public. Both types can be in the same source files. I am trying to figure out whether it is possible to create somehow two different Doxygen config files so

[Doxygen-users] Documentation<->source_code dependency issues

2013-09-23 Thread Andrew Betts
Has anyone come across the the issue of unwanted interdependency of documentation and source code releases when embedding documentation in source code? By this I mean that my documentation is extracted from my RTL source code and the following sequence occurs: 1. My RTL is verified, released a

Re: [Doxygen-users] Public and private parts in documentation

2013-09-23 Thread André Glória
Hello, did you check the if command? http://www.stack.nl/~dimitri/doxygen/manual/commands.html#cmdif Regards, André On 23-09-2013 15:45, Yura V. Vishnevskiy wrote: Hello Doxygen Users and Developers, my code contains different docu

Re: [Doxygen-users] Public and private parts in documentation

2013-09-23 Thread Sebastien Loriot
On 09/23/2013 04:45 PM, Yura V. Vishnevskiy wrote: > Hello Doxygen Users and Developers, Hello, > my code contains different documented parts, some of them are just for > internal in-house usage, others are public. Both types can be in the same > source files. I am trying to figure out whether it

Re: [Doxygen-users] Warning of mismatched arguments

2013-09-23 Thread michael.broida
Could it be that the @param shows type "SlipDatum&" while the @fn shows type of that arg as "const SlipDatum&", so the type doesn't match up? Just guessing, but... From: Arthur Schwarz [mailto:aschwarz1...@att.net] Sent: Sunday, September 22, 2013 2:05 PM To: doxygen-users@lists.sourceforge.ne