Automatisch erzeugte Manpages.
Damit nicht jeder sphinx auf dem Rechner haben muss,
behalten wir bis auf weiteres die aus den .rst
erzeugten Manpoages auch im Repo.
Change-Id: Id556c0d11cf5f79659d8350952ce1c014d81ea44
diff --git a/doc/props/P_GLOBAL_SKILLPROPS b/doc/props/P_GLOBAL_SKILLPROPS
index fc12c1e..1e3533b 100644
--- a/doc/props/P_GLOBAL_SKILLPROPS
+++ b/doc/props/P_GLOBAL_SKILLPROPS
@@ -1,27 +1,46 @@
-NAME:
- P_GLOBAL_SKILLPROPS "sm_global"
-DEFINIERT IN:
- /sys/new_skills.h
+P_GLOBAL_SKILLPROPS
+*******************
-BESCHREIBUNG:
- Diese Gilden- und Spellbookproperty enthaelt Eigenschaften, die
- alle Spells eines Spellbooks bzw. alle Skills und Spells einer Gilde
- haben sollen.
-BEISPIELE:
- SetProp(P_GLOBAL_SKILLPROPS,
- ([SI_SKILLRESTR_USE: ([SR_FUN: #'spellTest]),
- OFFSET(SI_SKILLLEARN): #'learnOffset,
- OFFSET(SI_SPELLCOST): #'costOffset,
- FACTOR(SI_SPELLCOST): #'costFactor]));
+NAME
+====
-SIEHE AUCH:
- GObj Verwalten: LearnSkill, LearnSpell, InitialSkillAbility
- * Properties: P_GUILD_SKILLS
- Spellbook Lernen: Learn, SpellSuccess, Erfolg, Misserfolg
- * Verwalten: AddSpell, QuerySpell
- * Properties: P_SB_SPELLS
- Skills: P_NEWSKILLS, spruchermuedung, skill_info_liste
+ P_GLOBAL_SKILLPROPS "sm_global"
-3. Okt 2011 Gloinson
\ No newline at end of file
+
+DEFINIERT IN
+============
+
+ /sys/new_skills.h
+
+
+BESCHREIBUNG
+============
+
+ Diese Gilden- und Spellbookproperty enthaelt Eigenschaften, die
+ alle Spells eines Spellbooks bzw. alle Skills und Spells einer Gilde
+ haben sollen.
+
+
+BEISPIELE
+=========
+
+ SetProp(P_GLOBAL_SKILLPROPS,
+ ([SI_SKILLRESTR_USE: ([SR_FUN: #'spellTest]),
+ OFFSET(SI_SKILLLEARN): #'learnOffset,
+ OFFSET(SI_SPELLCOST): #'costOffset,
+ FACTOR(SI_SPELLCOST): #'costFactor]));
+
+
+SIEHE AUCH
+==========
+
+ GObj Verwalten: LearnSkill, LearnSpell, InitialSkillAbility
+ * Properties: P_GUILD_SKILLS
+ Spellbook Lernen: Learn, SpellSuccess, Erfolg, Misserfolg
+ * Verwalten: AddSpell, QuerySpell
+ * Properties: P_SB_SPELLS
+ Skills: P_NEWSKILLS, spruchermuedung, skill_info_liste
+
+3. Okt 2011 Gloinson