Re: Getting started with gtk and gtk-doc
- From: Mikoyan <miko2 pandora be>
- To: gtk-app-devel-list gnome org
- Subject: Re: Getting started with gtk and gtk-doc
- Date: 20 Aug 2003 14:21:38 +0200
Hi sorry for this, but I suppose at least someone should be familiar
with gtk-doc :-)
What I'm basicly asking is for a simple example of how to document
structs such as GObject Classes inline? And of course what I should
do to avoid the error when I put some lines in MODULES.types
Again, sorry for bumping this up.
On Tue, 2003-08-12 at 17:25, Mikoyan wrote:
Hi,
I'm using gtk-doc 1.1 and I have a few questions. I setup
my configure.in and Makefile.am scripts using the examples
accompanied by the gtk-doc source distribution. Everything
seems fine, but when I put some lines in mine MODULES.types
(in my case ubt.types), not everything seems fine anymore :)
I got :
gtkdoc-scangobj --module=ubt --output-dir=. ; \
else \
cd . ; \
for i in ubt.args ubt.hierarchy ubt.interfaces ubt.prerequisites
ubt.signals ; do \
test -f $i || touch $i ; \
done \
fi
sh: --: invalid option
Usage: sh [GNU long option] [option] ...
sh [GNU long option] [option] script-file ...
[...]
Also, I have some extra questions: The docs state you can
document your structs/unions inline, how do you do that?
Also, I have for e.g. a GObject Class UbtClient, can i put
the discription inline in the header somehow? (that way
it shows up in the docs of course :)) And are /*< private >*/
, ... supposed to do something?
Ok, that's it for know, many thanks in advance,
Steven
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list gnome org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]