Skip to content

Commit

Permalink
Added a script to generate the documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Willoughby committed Apr 11, 2014
1 parent 9884435 commit d5b0d4c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 38 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.dub/*
build/*
debug.log
docs/__main.html
38 changes: 0 additions & 38 deletions docs/example.html

This file was deleted.

5 changes: 5 additions & 0 deletions gen-docs.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#! /bin/bash

cd source;

rdmd --force -d -Dd../docs -de -op -w -main -I. -I/media/Data/Projects/D/x11/source -I/media/Data/Projects/D/tcltk/source -L-ltcl -L-ltk tkd/tkdapplication.d;

0 comments on commit d5b0d4c

Please sign in to comment.