From fbd7cf87af76ee575c062dc6326a5fb2cdabdf5f Mon Sep 17 00:00:00 2001 From: fukachan Date: Sun, 18 Mar 2001 04:55:52 +0000 Subject: generate documents on SQL:: --- fml/lib/Makefile | 1 + fml/lib/SQL/Makefile | 18 ++++++++++++++++++ fml/lib/SQL/Schema/.cvsignore | 1 + fml/lib/SQL/Schema/Makefile | 6 ++++++ fml/lib/SQL/Schema/index.ja.html | 24 ++++++++++++++++++++++++ fml/lib/SQL/index.ja.html | 20 ++++++++++++++++++++ fml/lib/index.ja.html | 3 +++ 7 files changed, 73 insertions(+) create mode 100644 fml/lib/SQL/Makefile create mode 100644 fml/lib/SQL/Schema/.cvsignore create mode 100644 fml/lib/SQL/Schema/Makefile create mode 100644 fml/lib/SQL/Schema/index.ja.html create mode 100644 fml/lib/SQL/index.ja.html (limited to 'fml/lib') diff --git a/fml/lib/Makefile b/fml/lib/Makefile index 2f6bfef1..02b7effc 100644 --- a/fml/lib/Makefile +++ b/fml/lib/Makefile @@ -12,6 +12,7 @@ _subdir: [A-Z]* (cd IO; make html) (cd MailingList; make html) (cd Tie; make html) + (cd SQL; make html) (cd ErrorMessages; make html) _clean: diff --git a/fml/lib/SQL/Makefile b/fml/lib/SQL/Makefile new file mode 100644 index 00000000..2fcb52ac --- /dev/null +++ b/fml/lib/SQL/Makefile @@ -0,0 +1,18 @@ +all: anal + +anal: + @ find . | sort | grep -v CVS | sed 's@./@@' + +html: _subdir index.ja.html + +_subdir: + (cd Schema;make html) + +index.ja.html: *.pm + ../../../doc/bin/dir2url.pl > index.ja.html + +_clean: + rm -f index.ja.html */index.ja.html + +clean: + (cd ../../..;make clean) diff --git a/fml/lib/SQL/Schema/.cvsignore b/fml/lib/SQL/Schema/.cvsignore new file mode 100644 index 00000000..b643ba41 --- /dev/null +++ b/fml/lib/SQL/Schema/.cvsignore @@ -0,0 +1 @@ +@@doc diff --git a/fml/lib/SQL/Schema/Makefile b/fml/lib/SQL/Schema/Makefile new file mode 100644 index 00000000..795737fa --- /dev/null +++ b/fml/lib/SQL/Schema/Makefile @@ -0,0 +1,6 @@ +all: html + +html: index.ja.html + +index.ja.html: *pm + ../../../../doc/bin/dir2url.pl > index.ja.html diff --git a/fml/lib/SQL/Schema/index.ja.html b/fml/lib/SQL/Schema/index.ja.html new file mode 100644 index 00000000..3667f127 --- /dev/null +++ b/fml/lib/SQL/Schema/index.ja.html @@ -0,0 +1,24 @@ + + + + +SQL/Schema::* classes + + + + + +
SQL::Schema class modules
+
+ + +
+ toymodel.pm +[source] + +[manual] + +
+ + diff --git a/fml/lib/SQL/index.ja.html b/fml/lib/SQL/index.ja.html new file mode 100644 index 00000000..2bc0c272 --- /dev/null +++ b/fml/lib/SQL/index.ja.html @@ -0,0 +1,20 @@ + + + + +SQL::* classes + + + + + +
SQL class modules
+
+ + +
+ SQL::Schema::* class +
+ + diff --git a/fml/lib/index.ja.html b/fml/lib/index.ja.html index bfcc3dc9..19d29402 100644 --- a/fml/lib/index.ja.html +++ b/fml/lib/index.ja.html @@ -31,6 +31,9 @@ MailingList::* + + SQL::* + Tie::* -- cgit v1.2.1