We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8259adb commit d5397b6Copy full SHA for d5397b6
bin/make_docs.sh
@@ -0,0 +1,4 @@
1
+#!/bin/bash
2
+
3
+test -d gh-pages || git clone `git remote show origin|grep Fetch|awk '{print $3}'` gh-pages -b gh-pages
4
+cd src/ && ../bin/libdoc HttpLibrary.HTTP ../gh-pages/HttpLibrary.html
0 commit comments