Skip to content
Snippets Groups Projects
Commit 595f1b63 authored by mh17's avatar mh17
Browse files

new docs

parent df22e40a
No related branches found
No related tags found
No related merge requests found
#!/bin/tcsh
# rebuild each file in turn; run as './build *.html'
while ($# >= 1)
docgen $1
shift
end
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment