From 8e7e488ffe92030707a792584adecc93cd9a3708 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 10 Oct 2014 00:13:00 -0700 Subject: doc updates --- doc/html/namespaceRedMatrix.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 doc/html/namespaceRedMatrix.js (limited to 'doc/html/namespaceRedMatrix.js') diff --git a/doc/html/namespaceRedMatrix.js b/doc/html/namespaceRedMatrix.js new file mode 100644 index 000000000..930158787 --- /dev/null +++ b/doc/html/namespaceRedMatrix.js @@ -0,0 +1,4 @@ +var namespaceRedMatrix = +[ + [ "RedDAV", "namespaceRedMatrix_1_1RedDAV.html", "namespaceRedMatrix_1_1RedDAV" ] +]; \ No newline at end of file -- cgit v1.2.3 From d89d4630d0657ccc9c82cf285eb3be62af4fc88d Mon Sep 17 00:00:00 2001 From: Andrew Manning Date: Tue, 25 Nov 2014 06:46:06 -0500 Subject: Documentation wording Improved wording. Replaced white colored text with black because the default theme makes the white invisible. --- doc/html/namespaceRedMatrix.js | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 doc/html/namespaceRedMatrix.js (limited to 'doc/html/namespaceRedMatrix.js') diff --git a/doc/html/namespaceRedMatrix.js b/doc/html/namespaceRedMatrix.js deleted file mode 100644 index 930158787..000000000 --- a/doc/html/namespaceRedMatrix.js +++ /dev/null @@ -1,4 +0,0 @@ -var namespaceRedMatrix = -[ - [ "RedDAV", "namespaceRedMatrix_1_1RedDAV.html", "namespaceRedMatrix_1_1RedDAV" ] -]; \ No newline at end of file -- cgit v1.2.3 From af3bf10d2f5df297f1e66caf3e8ba101a7e7c88c Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 28 Nov 2014 18:47:59 -0800 Subject: doc updates --- doc/html/namespaceRedMatrix.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 doc/html/namespaceRedMatrix.js (limited to 'doc/html/namespaceRedMatrix.js') diff --git a/doc/html/namespaceRedMatrix.js b/doc/html/namespaceRedMatrix.js new file mode 100644 index 000000000..930158787 --- /dev/null +++ b/doc/html/namespaceRedMatrix.js @@ -0,0 +1,4 @@ +var namespaceRedMatrix = +[ + [ "RedDAV", "namespaceRedMatrix_1_1RedDAV.html", "namespaceRedMatrix_1_1RedDAV" ] +]; \ No newline at end of file -- cgit v1.2.3 From 098eb66ba0dac65629190764bece1f8b860384b2 Mon Sep 17 00:00:00 2001 From: Christian Vogeley Date: Sun, 7 Dec 2014 16:07:34 +0100 Subject: merge --- doc/html/namespaceRedMatrix.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/namespaceRedMatrix.js') diff --git a/doc/html/namespaceRedMatrix.js b/doc/html/namespaceRedMatrix.js index 930158787..161035822 100644 --- a/doc/html/namespaceRedMatrix.js +++ b/doc/html/namespaceRedMatrix.js @@ -1,4 +1,4 @@ -var namespaceRedMatrix = +var namespaceRedmatrix = [ - [ "RedDAV", "namespaceRedMatrix_1_1RedDAV.html", "namespaceRedMatrix_1_1RedDAV" ] + [ "Import", "namespaceRedmatrix_1_1Import.html", "namespaceRedmatrix_1_1Import" ] ]; \ No newline at end of file -- cgit v1.2.3 From 452d275b5ee4575e6c763076b397e1cd2320c4bc Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 12 Dec 2014 00:26:07 -0800 Subject: don't import to sys channel from self-censored authors --- doc/html/namespaceRedMatrix.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/html/namespaceRedMatrix.js') diff --git a/doc/html/namespaceRedMatrix.js b/doc/html/namespaceRedMatrix.js index 161035822..f08741c6c 100644 --- a/doc/html/namespaceRedMatrix.js +++ b/doc/html/namespaceRedMatrix.js @@ -1,4 +1,5 @@ -var namespaceRedmatrix = +var namespaceRedMatrix = [ - [ "Import", "namespaceRedmatrix_1_1Import.html", "namespaceRedmatrix_1_1Import" ] + [ "Import", "namespaceRedMatrix_1_1Import.html", "namespaceRedMatrix_1_1Import" ], + [ "RedDAV", "namespaceRedMatrix_1_1RedDAV.html", "namespaceRedMatrix_1_1RedDAV" ] ]; \ No newline at end of file -- cgit v1.2.3