Skip to content

Commit

Permalink
Don't quote the namespaces [IMMUTANT-594]
Browse files Browse the repository at this point in the history
Quoting prevents them from being matched against the correct namespace
inside codox.
  • Loading branch information
tobias committed Nov 10, 2015
1 parent 095e6e3 commit edccef7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/guides/caching.md
@@ -1,7 +1,7 @@
---
{:title "Caching"
:sequence 4
:base-ns 'immutant.caching
:base-ns immutant.caching
:description "Flexible caching and memoization using a linearly-scalable data grid"}
---

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/messaging.md
@@ -1,7 +1,7 @@
---
{:title "Messaging"
:sequence 2
:base-ns 'immutant.messaging
:base-ns immutant.messaging
:description "Simple creation and usage of distributed queues and topics"}
---

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/scheduling.md
@@ -1,7 +1,7 @@
---
{:title "Scheduling"
:sequence 3
:base-ns 'immutant.scheduling
:base-ns immutant.scheduling
:description "Schedule asynchronous jobs"}
---

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/transactions.md
@@ -1,7 +1,7 @@
---
{:title "Transactions"
:sequence 4.5
:base-ns 'immutant.transactions
:base-ns immutant.transactions
:description "Providing support for distributed (XA) transactions"}
---

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/web.md
@@ -1,7 +1,7 @@
---
{:title "Web"
:sequence 1.5
:base-ns 'immutant.web
:base-ns immutant.web
:description "Running Clojure web applications"}
---

Expand Down

0 comments on commit edccef7

Please sign in to comment.