From 1141e8e9fe480b0407d4d7e247efadb4e12c7db6 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Wed, 5 Oct 2011 14:27:15 +0200 Subject: Fixed docu and added some features to models.php * New NaturalDocs topics: STETag and STEVar. * Article::by_multi added. * Article::get_comments can nof filter comments. --- make_docu.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'make_docu.sh') diff --git a/make_docu.sh b/make_docu.sh index 8d64d10..9ffe508 100755 --- a/make_docu.sh +++ b/make_docu.sh @@ -1,4 +1,9 @@ #!/usr/bin/env bash -if ! [ -d docu ]; then mkdir docu; fi -if ! [ -d naturaldocs_dir ]; then mkdir naturaldocs_dir; fi +if ! [ -d docu ]; then + mkdir docu +fi +if ! [ -d naturaldocs_dir ]; then + mkdir naturaldocs_dir + echo -e "Format: 1.4\n\nTopic Type: STE Tag\n\n Plural: STE Tags\n Scope: Always global\n\n Keywords:\n stetag, stetags\n\nTopic Type: STE Variable\n\n Plural: STE Variables\n Scope: Always global\n\n Keywords:\n stevar, stevars\n stevariable, stevariables" > naturaldocs_dir/Topics.txt +fi NaturalDocs -i . -xi ./ratatoeskr/libs/ -o HTML docu -p naturaldocs_dir/ -- cgit v1.2.3-54-g00ecf