summaryrefslogtreecommitdiff
path: root/projects/doxygen/mainpage.dox
diff options
context:
space:
mode:
Diffstat (limited to 'projects/doxygen/mainpage.dox')
-rw-r--r--projects/doxygen/mainpage.dox25
1 files changed, 0 insertions, 25 deletions
diff --git a/projects/doxygen/mainpage.dox b/projects/doxygen/mainpage.dox
deleted file mode 100644
index 348215a..0000000
--- a/projects/doxygen/mainpage.dox
+++ /dev/null
@@ -1,25 +0,0 @@
-/*!
- \mainpage
-
- RxCpp is an implementation of the Observable/Observer pattern and a set of operations. It is an async equivalent of the container/iterator pattern and the set of algorithms found in the STL.
-
- \par Resources for Learning about Reactive Extentions
-
- Introduction to Rx --- http://www.introtorx.com
-
- Interactive diagrams of Rx Observables --- http://rxmarbles.io
-
- Reactive Extensions portal --- http://reactivex.io
-
- Reactive Extensions tutorial --- http://reactive-extensions.github.io/learnrx/
-
- \par RxCpp specific
-
- Start here --- \ref group-core
-
- Github --- https://github.com/Reactive-Extensions/RxCpp
-
- \par readme.html
-
- \htmlinclude Readme.html
-*/