Re: [Development] Request: Mark classes with \module in documentation

2012-08-26 Thread Richard Moore
I've checked all of qtnetwork and everything already had the \inmodule. Rich. ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Request: Mark classes with \module in documentation

2012-08-24 Thread Loaden
I can build docs to create qt.qch for now (today, master). 2012/8/25 > You might be right in theory, but we are currently simply not able to > build the docs in a modular way. -- Best Regards Yuchen ___ Development mailing list Development@qt-proj

Re: [Development] Request: Mark classes with \module in documentation

2012-08-24 Thread lars.knoll
On Aug 24, 2012, at 11:21 AM, ext Oswald Buddenhagen wrote: > On Fri, Aug 24, 2012 at 11:13:49AM +0200, Vandonderen Casper (Nokia-MP/Oslo) > wrote: >> What I want to do in QDoc is to automatically set the module to the value >> of the "project" variable in the qdocconf file (if no \inmodule co

Re: [Development] Request: Mark classes with \module in documentation

2012-08-24 Thread Oswald Buddenhagen
On Fri, Aug 24, 2012 at 11:13:49AM +0200, Vandonderen Casper (Nokia-MP/Oslo) wrote: > What I want to do in QDoc is to automatically set the module to the value > of the "project" variable in the qdocconf file (if no \inmodule command is > specified). > that sounds about right. > This means that c

Re: [Development] Request: Mark classes with \module in documentation

2012-08-24 Thread casper.vandonderen
>> >>On Thu, Aug 23, 2012 at 07:30:23AM +, ext >>casper.vandonde...@nokia.com wrote: >>> example: >>> /*! >>>\class QObject >>>\inmodule QtCore >>> ... >>> */ >>> >> isn't it a *tad* weird that sources in a modularized package need to >> declare in which package they are, several hundr

Re: [Development] Request: Mark classes with \module in documentation

2012-08-23 Thread lars.knoll
On Aug 23, 2012, at 1:58 PM, ext Oswald Buddenhagen wrote: > On Thu, Aug 23, 2012 at 07:30:23AM +, ext casper.vandonde...@nokia.com > wrote: >> example: >> /*! >>\class QObject >>\inmodule QtCore >> ... >> */ >> > isn't it a *tad* weird that sources in a modularized package need t

Re: [Development] Request: Mark classes with \module in documentation

2012-08-23 Thread Oswald Buddenhagen
On Thu, Aug 23, 2012 at 07:30:23AM +, ext casper.vandonde...@nokia.com wrote: > example: > /*! > \class QObject > \inmodule QtCore > ... > */ > isn't it a *tad* weird that sources in a modularized package need to declare in which package they are, several hundred times? i call that "s

Re: [Development] Request: Mark classes with \module in documentation

2012-08-23 Thread Thiago Macieira
On quinta-feira, 23 de agosto de 2012 12.10.35, Thiago Macieira wrote: > On quinta-feira, 23 de agosto de 2012 07.30.23, casper.vandonde...@nokia.com > wrote: > > What needs to be done: > > - Find the qdoc comment containing \class in your classes. > > - Add a new line containing the text "\inmodul

Re: [Development] Request: Mark classes with \module in documentation

2012-08-23 Thread Thiago Macieira
On quinta-feira, 23 de agosto de 2012 07.30.23, casper.vandonde...@nokia.com wrote: > What needs to be done: > - Find the qdoc comment containing \class in your classes. > - Add a new line containing the text "\inmodule [modulename]" > - Do this for each of the classes, that does not have an \inmod

[Development] Request: Mark classes with \module in documentation

2012-08-23 Thread casper.vandonderen
Hi, To be able to properly generate modularized Qt documentation we need QDoc to know in which module a class resides and I need help with this if we want to get modularization (mostly) done before the Qt 5 release. Previously QDoc would guess to which module a class belonged by finding keywor