0023962: Moving OCCT documentation to sources
[occt.git] / dox / start.tcl
diff --git a/dox/start.tcl b/dox/start.tcl
new file mode 100644 (file)
index 0000000..c44be9f
--- /dev/null
@@ -0,0 +1,5 @@
+# Command-line starter for occdoc command, use it as follows:
+# tclsh> source dox/start.tcl [arguments]
+
+source [file join [file dirname [info script]] occdoc.tcl]
+occdoc {*}$argv
\ No newline at end of file