X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=scripts%2Fsilcdoc%2Fsilcdoc;h=66f0c040a4e45b7630a09e3e27d9f833fc7fda26;hb=e50e549b600925afc90f47133a1c86b8a9f34bb0;hp=b03eacb3c037ec0c16a384e8f7f5d78c05e62f1b;hpb=71b307a2a17b0deebfd2fc0ffc3169262319066b;p=silc.git diff --git a/scripts/silcdoc/silcdoc b/scripts/silcdoc/silcdoc index b03eacb3..66f0c040 100755 --- a/scripts/silcdoc/silcdoc +++ b/scripts/silcdoc/silcdoc @@ -35,6 +35,13 @@ ROBO=$4 # Get all headers in the source directory headers=`find $SRC -name "silc*.h"` +# +# ASCII documentation +# +if [ "$TYPE" = "ASCII" ]; then + +fi + # # HTML documentation # @@ -58,7 +65,7 @@ if [ "$TYPE" = "HTML" ]; then do n=`grep $k $i |cut -d= -f2 |cut -d: -f2` echo "
  • $n" >>$DST/$fname.links - echo "   > $n
    " >>$DST/index.tmpl + echo "    $n
    " >>$DST/index.tmpl done done