summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.