MFTExercise documentation cleanup.

Commit
49fa712e77f9797cc5e31219f48f8c0958fdddd9
Author
Marius Peter <marius.peter@tutanota.com>
Author date
Committer
Marius Peter <marius.peter@tutanota.com>
Committer date
src/MyFitnessTracker/MFTExercise.class.st
index dfe778d9..472a5249 100644..100644
@@ -6,29 +6,6 @@
6 6 2. used to create a new custom exercise,
7 7 3. used to track an amount of sets performed by the user.
8 8 I know about primary and secondary muscle groups I target...
9 Removed:
10 Removed: For the Responsibility part: Three sentences about my main responsibilities - what I do, what I know.
11 Removed:
12 Removed: For the Collaborators Part: State my main collaborators and one line about how I interact with them.
13 Removed:
14 Removed: Public API and Key Messages
15 Removed:
16 Removed: - message one
17 Removed: - message two
18 Removed: - (for bonus points) how to create instances.
19 Removed:
20 Removed: One simple example is simply gorgeous.
21 Removed:
22 Removed: Internal Representation and Key Implementation Points.
23 Removed:
24 Removed: Instance Variables
25 Removed: name: <Object>
26 Removed: primaryGroup: <Object>
27 Removed: secondaryGroup: <Object>
28 Removed: sets: <Object>
29 Removed:
30 Removed:
31 Removed: Implementation Points
32 9 "
33 10 Class {
34 11 #name : 'MFTExercise',