v1.8.x API reference gives
A TaskContext exports the commands, methods, events, properties and ports a task has. More...
#include
Inheritance diagram for TaskContext:
Shouldn't this be ... ?
#include
Did not check OCL, etc.
Orocos Real-Time ToolkitSmarter realtime. Safer threads
|
|
RTT website showing incorrect header files
v1.8.x API reference gives
Inheritance diagram for TaskContext: Shouldn't this be ... ?
Did not check OCL, etc. |
RTT website showing incorrect header files
On Tue, Jun 23, 2009 at 02:50, <kiwi [dot] net [..] ...> wrote:
> v1.8.x API reference gives
>
>
>
> Shouldn't this be ... ?
>
>
Oh great. They worked around my symlink trick. The resolved the
symlink to the real path and then the stripping magic did not work
anymore. AFAIKT, with our directory structure, you can only have in
the docs:
#include <TaskContext.hpp>
or
#include <src/TaskContext.hpp>
Both are wrong (so I made a symlink to src which was called 'rtt',
which fixed this for older Doxygen versions).
Don't we all hate Doxygen ?
Peter
RTT website showing incorrect header files
On Tue, Jun 23, 2009 at 10:59 AM, Peter Soetens <peter [..] ...>wrote:
> On Tue, Jun 23, 2009 at 02:50, <kiwi [dot] net [..] ...> wrote:
> > v1.8.x API reference gives
> >
> >
> >
> > Shouldn't this be ... ?
> >
> >
>
> Oh great. They worked around my symlink trick. The resolved the
> symlink to the real path and then the stripping magic did not work
> anymore. AFAIKT, with our directory structure, you can only have in
> the docs:
>
> or
>
>
> Both are wrong (so I made a symlink to src which was called 'rtt',
> which fixed this for older Doxygen versions).
>
> Don't we all hate Doxygen ?
What's the problem with Doxygen and file including again? I didn't quite
understand the issue here.
Is it about including files as #include <TaskContext.hp
and not as
#include <src/TaskContext.hp
?, about not showing the src folder in the
generated doc? :-/
>
>
> Peter
> --
> Orocos-Dev mailing list
> Orocos-Dev [..] ...
> http://lists.mech.kuleuven.be/mailman/listinfo/orocos-dev
>
RTT website showing incorrect header files
2009/6/23 Adolfo Rodríguez Tsouroukdissian <adolfo [dot] rodriguez [..] ...>:
>
>
> On Tue, Jun 23, 2009 at 10:59 AM, Peter Soetens <peter [..] ...>
> wrote:
>>
>> On Tue, Jun 23, 2009 at 02:50, <kiwi [dot] net [..] ...> wrote:
>> > v1.8.x API reference gives
>> >
>> >
>> >
>> > Shouldn't this be ... ?
>> >
>> >
>>
>> Oh great. They worked around my symlink trick. The resolved the
>> symlink to the real path and then the stripping magic did not work
>> anymore. AFAIKT, with our directory structure, you can only have in
>> the docs:
>>
>> or
>>
>>
>> Both are wrong (so I made a symlink to src which was called 'rtt',
>> which fixed this for older Doxygen versions).
>>
>> Don't we all hate Doxygen ?
>
> What's the problem with Doxygen and file including again? I didn't quite
> understand the issue here.
> Is it about including files as #include <TaskContext.hp
and not as
> #include <src/TaskContext.hp
?, about not showing the src folder in the
> generated doc? :-/
As Stephen suggested, the doc page should say
#include<rtt/TaskContext.hp
. With the current RTT directory
structure, this is impossible, unless you start copying/installing all
headers in a rtt/ directory. But this would/might require a build, but
I'd rather have Doxygen to work also without first building/installing
RTT.
Peter
RTT website showing incorrect header files
On Jun 23, 2009, at 05:51 , Peter Soetens wrote:
> 2009/6/23 Adolfo Rodríguez Tsouroukdissian <adolfo [dot] rodriguez [..] ...
> >:
>>
>>
>> On Tue, Jun 23, 2009 at 10:59 AM, Peter Soetens <peter [..] ...
>> >
>> wrote:
>>>
>>> On Tue, Jun 23, 2009 at 02:50, <kiwi [dot] net [..] ...> wrote:
>>>> v1.8.x API reference gives
>>>>
>>>>
>>>>
>>>> Shouldn't this be ... ?
>>>>
>>>>
>>>
>>> Oh great. They worked around my symlink trick. The resolved the
>>> symlink to the real path and then the stripping magic did not work
>>> anymore. AFAIKT, with our directory structure, you can only have in
>>> the docs:
>>>
>>> or
>>>
>>>
>>> Both are wrong (so I made a symlink to src which was called 'rtt',
>>> which fixed this for older Doxygen versions).
>>>
>>> Don't we all hate Doxygen ?
>>
>> What's the problem with Doxygen and file including again? I didn't
>> quite
>> understand the issue here.
>> Is it about including files as #include <TaskContext.hp
and not as
>> #include <src/TaskContext.hp
?, about not showing the src folder
>> in the
>> generated doc? :-/
>
> As Stephen suggested, the doc page should say
> #include<rtt/TaskContext.hp
. With the current RTT directory
> structure, this is impossible, unless you start copying/installing all
> headers in a rtt/ directory. But this would/might require a build, but
> I'd rather have Doxygen to work also without first building/installing
> RTT.
#5?
http://www.stack.nl/~dimitri/doxygen/faq.html
RTT website showing incorrect header files
v1.8.x API reference gives
Shouldn't this be ... ?
#include <rtt/TaskContext.hpp>
Did not check OCL, etc.