Re: problem with gtk-doc

2008-04-13 Thread Stefan Kost
hi, Tomasz Jankowski schrieb: > Hi! > > Like in topic. Everything works great, gtk-doc builds types tree, generates > descriptions for functions, structures, enumerations and properties. The > only thing, which doesn't is generating descriptions for signals. There is > no information about signal

problem with gtk-doc

2008-04-06 Thread Tomasz Jankowski
Hi! Like in topic. Everything works great, gtk-doc builds types tree, generates descriptions for functions, structures, enumerations and properties. The only thing, which doesn't is generating descriptions for signals. There is no information about signals in output html files. I used comment styl

Re: Problem with gtk-doc

2007-11-07 Thread Stefan Kost
hi, Quoting Tomasz Jankowski <[EMAIL PROTECTED]>: > Hello! > > I have problem with gtk-doc. There is [EMAIL PROTECTED] > I configured it in my project an everything was > fine (i had object hierarchy etc.). Now I added two new source files which > decalre two new objects

Problem with gtk-doc

2007-11-07 Thread Tomasz Jankowski
Hello! I have problem with gtk-doc. I configured it in my project an everything was fine (i had object hierarchy etc.). Now I added two new source files which decalre two new objects. Gtk-doc sees these new source files, it added symbols to *unused.tx file, but it did not build new documentation

Re: Problem with gtk-doc tool

2007-01-30 Thread Tristan Van Berkom
On Tue, 2007-01-30 at 16:09 +0100, Tomasz Jankowski wrote: [...] > Like I can see gtk-doc doesn't recognize C preprocessor directives :( > > Can someone help me solving this problem? This library is (I mean it will > be) available on Linux and win32, so it's very important for me to have my > own,

Problem with gtk-doc tool

2007-01-30 Thread Tomasz Jankowski
Hi! I'm writing library based on GObject and I have problem with generating API reference for it. Here piece if header file, which occur problems : /*** *goofy-socket.h * * ...about GPL license... ***