summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaixtrose <seicento2012@gmx.de>2015-05-22 00:04:07 +0200
committerdaixtrose <seicento2012@gmx.de>2015-05-22 00:04:07 +0200
commit0291e7f5991b8335eb23943ba5dff48f3502ab8d (patch)
treebe4a85315bbff5f034575615dcc2850b562da08f
parentd04563da6dfb5f53e26186206c5f6107baffb8ed (diff)
downloadRxCpp-0291e7f5991b8335eb23943ba5dff48f3502ab8d.tar.gz
Added DeveloperManual in the hope we can have links
-rw-r--r--DeveloperManual.md3
-rw-r--r--README.md4
2 files changed, 6 insertions, 1 deletions
diff --git a/DeveloperManual.md b/DeveloperManual.md
new file mode 100644
index 0000000..9a46c1e
--- /dev/null
+++ b/DeveloperManual.md
@@ -0,0 +1,3 @@
+#Developer Manual
+
+bla bla
diff --git a/README.md b/README.md
index b457c90..6b574d3 100644
--- a/README.md
+++ b/README.md
@@ -150,10 +150,12 @@ int main(int argc, char** argv)
#Documentation
-RxCpp uses Doxygen to generate project [documentation](http://reactive-extensions.github.io/RxCpp).
+RxCpp uses Doxygen to generate project [documentation](http://reactive-extensions.github.io/RxCpp).
When Doxygen+Graphviz is installed, CMake creates a special build task named ```doc```. It creates actual documentation and puts it to ```projects/doxygen/html/``` folder, which can be published to the `gh-pages` branch.
+[Developers Material](DeveloperManual.md)
+
#Contributing Code
Before submitting a feature or substantial code contribution please discuss it with the team and ensure it follows the product roadmap. Note that all code submissions will be rigorously reviewed and tested by the Rx Team, and only those that meet an extremely high bar for both quality and design/roadmap appropriateness will be merged into the source.