From 9f0986a126360bdb88ba90a061c784d70d639aca Mon Sep 17 00:00:00 2001 From: Cam Saul <cam@geotip.com> Date: Mon, 23 Feb 2015 12:39:38 -0800 Subject: [PATCH] dox tweaks --- Makefile | 8 ++++---- src/metabase/api/common.clj | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 8ab9bb6cede..e78dd13bdaf 100644 --- a/Makefile +++ b/Makefile @@ -5,13 +5,13 @@ dox: git checkout master git pull - # lein marg + lein marg cp ./docs/uberdoc.html ~/Desktop/index.html.temp git checkout gh-pages git pull rm index.html mv ~/Desktop/index.html.temp index.html - git add index.html + git add index.htmlg git commit -m "Updated dox." - # git push - # git checkout master + git push + git checkout master diff --git a/src/metabase/api/common.clj b/src/metabase/api/common.clj index 7f37f7dc246..600075b9107 100644 --- a/src/metabase/api/common.clj +++ b/src/metabase/api/common.clj @@ -10,7 +10,7 @@ ;; These get bound by middleware for each HTTP request. (def ^:dynamic *current-user-id* - "Int ID or nil of user associated with current API call." + "Int ID or `nil` of user associated with current API call." nil) (def ^:dynamic *current-user* -- GitLab