comparison src/rlm/rlm_commands.clj @ 7:b4395ca99822

fixed javadoc problem
author Robert McIntyre <rlm@mit.edu>
date Thu, 01 Mar 2012 06:25:03 -0700
parents b8bbb0dbda7b
children 1065e7d615a4
comparison
equal deleted inserted replaced
6:b8bbb0dbda7b 7:b4395ca99822
1 (ns rlm.rlm-commands 1 (ns rlm.rlm-commands
2 (:use rlm.ns-rlm) 2 (:use rlm.ns-rlm)
3 (:use clojure.java.javadoc)) 3 (:require clojure.java.javadoc))
4 4
5 ;; (defn current-directory [] (ds/file-str "/home/r/mobius")) 5 ;; (defn current-directory [] (ds/file-str "/home/r/mobius"))
6 6
7 ;; (defn file-re [regex & {:keys [dir recurse] :or 7 ;; (defn file-re [regex & {:keys [dir recurse] :or
8 ;; {dir (current-directory) recurse false}}] 8 ;; {dir (current-directory) recurse false}}]
79 [] 79 []
80 (use 80 (use
81 '[rlm 81 '[rlm
82 [function-utils :only [race race-pred defmix]] 82 [function-utils :only [race race-pred defmix]]
83 [rlm-commands :only 83 [rlm-commands :only
84 [undef ns-reset ns-nuke reload re]] 84 [undef ns-reset ns-nuke reload re javadoc]]
85 [ns-rlm :only [ls]] 85 [ns-rlm :only [ls]]
86 ;;[play-all :only [play-all-music]] 86 ;;[play-all :only [play-all-music]]
87 [shell-inspect :only [command-line?]] 87 [shell-inspect :only [command-line?]]
88 ;;[shell-write :only [sw]] 88 ;;[shell-write :only [sw]]
89 ;;[classpath-utils :only [classpath add-to-classpath]] 89 ;;[classpath-utils :only [classpath add-to-classpath]]