Re: [Development] If you are working on documentation...

2012-12-13 Thread Smith Martin
AM To: development@qt-project.org Subject: Re: [Development] If you are working on documentation... On 12/13/2012 08:51 AM, Martin Smith wrote: [...] > ...which shows that qtcore does not depend on qtconcurrent, so you can't use > \l to link FROM qtcore TO qtconcurrent. Is this the reason why t

Re: [Development] If you are working on documentation...

2012-12-13 Thread Alberto Mardegan
On 12/13/2012 08:51 AM, Martin Smith wrote: [...] > ...which shows that qtcore does not depend on qtconcurrent, so you can't use > \l to link FROM qtcore TO qtconcurrent. Is this the reason why the "Inherited by" information is missing or incomplete? I always found that information extremely val

Re: [Development] If you are working on documentation...

2012-12-12 Thread Martin Smith
On Dec 12, 2012, at 4:53 PM, Sze Howe Koh wrote: > On 12 December 2012 19:22, Martin Smith wrote: >> If you have trouble creating a link to something (usually title or subtitle) >> because the title or subtitle you are trying to link to exists in more than >> one document and your link goes to

Re: [Development] If you are working on documentation...

2012-12-12 Thread Sze Howe Koh
On 12 December 2012 19:22, Martin Smith wrote: > If you have trouble creating a link to something (usually title or subtitle) > because the title or subtitle you are trying to link to exists in more than > one document and your link goes to the wrong one, consider using the \target > command. I

Re: [Development] If you are working on documentation...

2012-12-12 Thread Martin Smith
On Dec 12, 2012, at 12:22 PM, Martin Smith wrote: > If you have trouble creating a link to something (usually title or subtitle) > because the title or subtitle you are trying to link to exists in more than > one document and your link goes to the wrong one, consider using the \target > comman

Re: [Development] If you are working on documentation...

2012-12-12 Thread Martin Smith
Oops! The link to the target example should be this: See the section called \l {a_unique_string} {Qt Script} for more details. martin On Dec 12, 2012, at 12:22 PM, Martin Smith wrote: > If you have trouble creating a link to something (usually title or subtitle) > because the title or subtitle

[Development] If you are working on documentation...

2012-12-12 Thread Martin Smith
If you have trouble creating a link to something (usually title or subtitle) because the title or subtitle you are trying to link to exists in more than one document and your link goes to the wrong one, consider using the \target command. It didn't work across modules until today. The relevant q