|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
Wish: have an unimplemented attributeFor a big project, we sometime begin by writing stub functions just
returning a no error code. And it is sometimes hard to know what have been implemented or not without going all the sources. Being able to add an unimplemented attribute, would be nice. Moreover if the list of functions (or members, etc) that still need to be implemented would be listed, perhaps inside the todo page. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Doxygen-develop mailing list Doxygen-develop@... https://lists.sourceforge.net/lists/listinfo/doxygen-develop |
|
|
Re: Wish: have an unimplemented attributeOn Wed, Jul 30 2008, Paul Dufresne wrote:
> Being able to add an unimplemented attribute, would be nice. > Moreover if the list of functions (or members, etc) that still need to > be implemented would be listed, perhaps inside the todo page. I think, this is just the purpose of the \todo command. I use it like this: \todo still to be done Cheers, Peter -- http://pmrb.free.fr/contact/ ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Doxygen-develop mailing list Doxygen-develop@... https://lists.sourceforge.net/lists/listinfo/doxygen-develop |
|
|
Re: Wish: have an unimplemented attribute2008/7/31 Peter Münster <pmlists@...>:
> On Wed, Jul 30 2008, Paul Dufresne wrote: > >> Being able to add an unimplemented attribute, would be nice. >> Moreover if the list of functions (or members, etc) that still need to >> be implemented would be listed, perhaps inside the todo page. > > I think, this is just the purpose of the \todo command. I use it like this: > \todo still to be done > Cheers, Peter I'd prefer to keep todo for stuff like: reimplement using this, or move that code to ..., etc. But yes, I admit that it could be used for that. Maybe even to alias \unimplemented to \todo would be nearer. But for me, I still think that having an attribute just for that would be best. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Doxygen-develop mailing list Doxygen-develop@... https://lists.sourceforge.net/lists/listinfo/doxygen-develop |
|
|
Re: Wish: have an unimplemented attributeOn Thu, Jul 31, 2008 at 4:47 PM, Paul Dufresne <dufresnep@...> wrote:
> 2008/7/31 Peter Münster <pmlists@...>: >> On Wed, Jul 30 2008, Paul Dufresne wrote: >> >>> Being able to add an unimplemented attribute, would be nice. >>> Moreover if the list of functions (or members, etc) that still need to >>> be implemented would be listed, perhaps inside the todo page. >> >> I think, this is just the purpose of the \todo command. I use it like this: >> \todo still to be done >> Cheers, Peter > > I'd prefer to keep todo for stuff like: reimplement using this, or > move that code to ..., etc. > But yes, I admit that it could be used for that. Maybe even to alias > \unimplemented to \todo would be nearer. But for me, I still think > that having an attribute just for that would be best. > What you're looking for is \xrefitem. http://www.stack.nl/~dimitri/doxygen/commands.html#cmdxrefitem Erik -- ************************************************* Erik Zeek zeekec@... ************************************************* Against stupidity the very gods Themselves contend in vain. - Johann Christoph Friedrich von Schiller (1801) ************************************************* ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Doxygen-develop mailing list Doxygen-develop@... https://lists.sourceforge.net/lists/listinfo/doxygen-develop |
|
|
Re: Wish: have an unimplemented attribute>> But yes, I admit that it could be used for that. Maybe even to alias
>> \unimplemented to \todo would be nearer. But for me, I still think >> that having an attribute just for that would be best. >> > > What you're looking for is \xrefitem. > > http://www.stack.nl/~dimitri/doxygen/commands.html#cmdxrefitem > > Erik > > -- > ************************************************* > Erik Zeek > zeekec@... > ************************************************* Hey, indeed it seems to be what I need. Thanks! ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Doxygen-develop mailing list Doxygen-develop@... https://lists.sourceforge.net/lists/listinfo/doxygen-develop |
| Free Forum Powered by Nabble | Forum Help |