Liking cljdoc? Tell your friends :D

hydrox.meta


edit-fileclj

(edit-file file var references edit-fn)

helper function for file manipulation used by import and purge

helper function for file manipulation used by import and purge
sourceraw docstring

import-fileclj

(import-file file references)

import docs for a file

import docs for a file
sourceraw docstring

import-fnclj

(import-fn nsp references)

helper function for file import

helper function for file import
sourceraw docstring

import-projectclj

(import-project project references)

import docs for the entire project

import docs for the entire project
sourceraw docstring

import-varclj

(import-var file var references)

import docs for a single var

import docs for a single var
sourceraw docstring

purge-fileclj

(purge-file file)

purge docs for a file

purge docs for a file
sourceraw docstring

purge-fnclj

(purge-fn nsp references)

helper function for file purge

helper function for file purge
sourceraw docstring

purge-projectclj

(purge-project project)

purge docs for the entire project

purge docs for the entire project
sourceraw docstring

purge-varclj

(purge-var file var)

purge docs for a single var

purge docs for a single var
sourceraw docstring

selectorclj

(selector)
(selector var)

builds a selector for functions

(selector 'hello) => '[(#{defn defmacro defmulti} | hello ^:%?- string? ^:%?- map? & _)]

builds a selector for functions

(selector 'hello)
=> '[(#{defn defmacro defmulti} | hello ^:%?- string? ^:%?- map? & _)]
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close