summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDamon Chaplin <damon@karuna.freeserve.co.uk>1999-03-11 21:41:38 +0000
committerDamon Chaplin <damon@src.gnome.org>1999-03-11 21:41:38 +0000
commit4d395a68a9e41cff6415954bb308cb24769e37b4 (patch)
treed8a21664b7ded605d72a3a6c7a2b6556206f1d68 /examples
parent8fab8b47df050846cbcf59bc9763c90ab4ba7cb1 (diff)
downloadgtk-doc-4d395a68a9e41cff6415954bb308cb24769e37b4.tar.gz
added *.args
1999-03-11 Damon Chaplin <damon@karuna.freeserve.co.uk> * examples/gnomeui/Makefile.am (clean-local): * examples/gnome/Makefile.am (clean-local): added *.args * gtkdoc-mkdb.in: added support for Args and variables. Also a few minor changes in the output, e.g. don't show macros > 2 lines long. * gtkdoc-mktmpl.in: * gtkdoc-scanobj.in: added support for Args. * gtkdoc-scan.in: added support for extern'ed variables. Also accept 'extern' before function declarations. * gtk-doc.dsl.in: made output prettier. Changed the navigation bars and the colours used for the various backgrounds. * doc/style-guide.txt: new file containinf a style guide for writing the GTK+ documentation. * doc/README: added description of style-guide.txt * doc/setting-up.txt: fixed a typo * README: added a bit about Args.
Diffstat (limited to 'examples')
-rw-r--r--examples/gnome/Makefile.am2
-rw-r--r--examples/gnomeui/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/gnome/Makefile.am b/examples/gnome/Makefile.am
index a0258cb..6383dfb 100644
--- a/examples/gnome/Makefile.am
+++ b/examples/gnome/Makefile.am
@@ -26,7 +26,7 @@ html:
-cd html && gtkdoc-mkhtml $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
clean-local:
- rm -f *~ *.bak *.hierarchy *.signals *-unused.txt
+ rm -f *~ *.bak *.hierarchy *.signals *.args *-unused.txt
maintainer-clean-local: clean
rm -rf sgml html $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
diff --git a/examples/gnomeui/Makefile.am b/examples/gnomeui/Makefile.am
index 3161fb9..5d63bd2 100644
--- a/examples/gnomeui/Makefile.am
+++ b/examples/gnomeui/Makefile.am
@@ -30,7 +30,7 @@ html:
-cd html && gtkdoc-mkhtml $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
clean-local:
- rm -f *~ *.bak *.hierarchy *.signals *-unused.txt
+ rm -f *~ *.bak *.hierarchy *.signals *.args *-unused.txt
maintainer-clean-local: clean
rm -rf sgml html $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt