Re: [PATCH 3/9] doc: preserve links produced by Doxygen

2014-11-27 Thread Pekka Paalanen
On Wed, 26 Nov 2014 11:24:28 -0800 "Jon A. Cruz" wrote: > > > On 11/26/2014 10:22 AM, Bill Spitzak wrote: > > On 11/25/2014 11:52 PM, Pekka Paalanen wrote: > > > >> Or are duplicates perhaps due to us having, say, struct wl_display a > >> different thing on server vs. client? > > > > The dupl

Re: [PATCH 3/9] doc: preserve links produced by Doxygen

2014-11-26 Thread Jon A. Cruz
On 11/26/2014 10:22 AM, Bill Spitzak wrote: > On 11/25/2014 11:52 PM, Pekka Paalanen wrote: > >> Or are duplicates perhaps due to us having, say, struct wl_display a >> different thing on server vs. client? > > The duplicates are due mostly to wl_list (and similar things) being > documented twi

Re: [PATCH 3/9] doc: preserve links produced by Doxygen

2014-11-26 Thread Bill Spitzak
On 11/25/2014 11:52 PM, Pekka Paalanen wrote: I'd be interested in hearing how we end up with a) missing targets, and b) duplicate targets. Could missing targets be fixed by documenting things that are not yet documented? If yes, that would probably be nice. The missing targets are from porti

Re: [PATCH 3/9] doc: preserve links produced by Doxygen

2014-11-26 Thread Pekka Paalanen
On Wed, 26 Nov 2014 00:38:20 -0800 "Jon A. Cruz" wrote: > On 11/25/2014 11:52 PM, Pekka Paalanen wrote: > > I'd be interested in hearing how we end up with > > a) missing targets, and b) duplicate targets. > > > > Could missing targets be fixed by documenting things that are not yet > > document

Re: [PATCH 3/9] doc: preserve links produced by Doxygen

2014-11-26 Thread Jon A. Cruz
On 11/25/2014 11:52 PM, Pekka Paalanen wrote: > I'd be interested in hearing how we end up with > a) missing targets, and b) duplicate targets. > > Could missing targets be fixed by documenting things that are not yet > documented? If yes, that would probably be nice. > > If we ever get duplicate

Re: [PATCH 3/9] doc: preserve links produced by Doxygen

2014-11-25 Thread Pekka Paalanen
On Tue, 25 Nov 2014 09:44:02 -0800 Bill Spitzak wrote: > On 11/25/2014 06:46 AM, Pekka Paalanen wrote: > > On Tue, 11 Nov 2014 18:42:56 -0800 > > Bill Spitzak wrote: > > > >> These links are pretty useful for navigation, though sometimes excessive > >> (you can turn them off by putting % before

Re: [PATCH 3/9] doc: preserve links produced by Doxygen

2014-11-25 Thread Bill Spitzak
On 11/25/2014 06:46 AM, Pekka Paalanen wrote: On Tue, 11 Nov 2014 18:42:56 -0800 Bill Spitzak wrote: These links are pretty useful for navigation, though sometimes excessive (you can turn them off by putting % before the word in the comment). I had to turn off validation because it failed on

Re: [PATCH 3/9] doc: preserve links produced by Doxygen

2014-11-25 Thread Pekka Paalanen
On Tue, 11 Nov 2014 18:42:56 -0800 Bill Spitzak wrote: > These links are pretty useful for navigation, though sometimes excessive > (you can turn them off by putting % before the word in the comment). > > I had to turn off validation because it failed on missing and duplicate > target id's, whic

[PATCH 3/9] doc: preserve links produced by Doxygen

2014-11-11 Thread Bill Spitzak
These links are pretty useful for navigation, though sometimes excessive (you can turn them off by putting % before the word in the comment). I had to turn off validation because it failed on missing and duplicate target id's, which this produces. --- doc/publican/Makefile.am |1 +