Commit graph

11 commits

Author SHA1 Message Date
Patrik Nordwall
a247365b57 !act,doc #2922 Doc event bus and fix Java API 2014-02-13 12:23:51 +01:00
Patrik Nordwall
686cfab150 =doc #3647 Clarify that existing FSM timer is canceled by setTimer 2014-01-22 09:55:38 +01:00
Patrik Nordwall
1565a5e2b8 =act #3710 Correct doc of FSM unregistering listener 2014-01-16 19:29:24 +01:00
Björn Antonsson
d2644876e5 Merge pull request #1781 from levinotik/documentation-fixes
=doc Fix misspelled method reference in FSM
2013-10-21 04:35:12 -07:00
Levi Notik
1dec335ad2 =doc Fix misspelled method reference in FSM 2013-10-18 13:16:56 -04:00
Michael Hamrah
6cffc0bfca Quick grammar fix for Scala/FSM docs. 2013-06-17 12:31:26 -03:00
Rich Dougherty
9a1e7d0519 Rename FSM and TestFSMRef's timerActive_? to isTimerActive. Fixes #2766 2012-12-06 17:28:49 +01:00
Roland
5cf2e7f8fd #2644 - doc FSM.NullFunction and when-requirements 2012-12-04 07:47:45 +01:00
Roland
480f5d5683 make FSM.receive overridable, see #2680 2012-11-05 22:11:57 +01:00
Roland
daaa5d5eaf mention stateName in FSM unhandled messages, see #2617 2012-10-15 21:41:17 +02:00
Roland
9bc01ae265 add preprocessor for RST docs, see #2461 and #2431
The idea is to filter the sources, replacing @<var>@ occurrences with
the mapping for <var> (which is currently hard-coded). @@ -> @. In order
to make this work, I had to move the doc sources one directory down
(into akka-docs/rst) so that the filtered result could be in a sibling
directory so that relative links (to _sphinx plugins or real code) would
continue to work.

While I was at it I also changed it so that WARNINGs and ERRORs are not
swallowed into the debug dump anymore but printed at [warn] level
(minimum).

One piece of fallout is that the (online) html build is now run after
the normal one, not in parallel.
2012-09-21 13:58:47 +02:00
Renamed from akka-docs/scala/fsm.rst (Browse further)