aboutsummaryrefslogtreecommitdiffstats
path: root/system/doc/design_principles/sup_princ.xml
diff options
context:
space:
mode:
authorLars Thorsen <[email protected]>2016-06-01 14:39:04 +0200
committerLars Thorsen <[email protected]>2016-06-01 14:39:04 +0200
commit9cbdf29184f4dd54c0b332c153809c0cfa9dbd69 (patch)
treeaa5fadcfc0a56462188df418a9f9f8203a8967a7 /system/doc/design_principles/sup_princ.xml
parentd7e91348bc49a8f46a4d8223d522e2d92469f6da (diff)
parentbd52bd5e8082f358b84694ef45a8f44358d1a35c (diff)
downloadotp-9cbdf29184f4dd54c0b332c153809c0cfa9dbd69.tar.gz
otp-9cbdf29184f4dd54c0b332c153809c0cfa9dbd69.tar.bz2
otp-9cbdf29184f4dd54c0b332c153809c0cfa9dbd69.zip
Merge branch 'lars/system-doc-xmllint-errors/OTP-13638'
* lars/system-doc-xmllint-errors/OTP-13638: [erl_docgen] Fix anchor bug for sections in ref manuals Remove usage of non dtd defined tag (<output>) [erl_docgen] Fix support for quote tag [erl_docgen] Correct the handling of marker tags Correct usage of marker tag [erl_docgen] Add new formatting for header level 4 and below Make it possible to run xmllint target in system documentation
Diffstat (limited to 'system/doc/design_principles/sup_princ.xml')
-rw-r--r--system/doc/design_principles/sup_princ.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/system/doc/design_principles/sup_princ.xml b/system/doc/design_principles/sup_princ.xml
index a77b3964fc..0a24e97950 100644
--- a/system/doc/design_principles/sup_princ.xml
+++ b/system/doc/design_principles/sup_princ.xml
@@ -80,8 +80,8 @@ init(_Args) ->
</section>
<section>
- <title>Supervisor Flags</title>
<marker id="flags"/>
+ <title>Supervisor Flags</title>
<p>This is the type definition for the supervisor flags:</p>
<code type="none"><![CDATA[
sup_flags() = #{strategy => strategy(), % optional
@@ -106,9 +106,8 @@ sup_flags() = #{strategy => strategy(), % optional
</section>
<section>
- <marker id="strategy"></marker>
+ <marker id="strategy"/>
<title>Restart Strategy</title>
-
<p> The restart strategy is specified by
the <c>strategy</c> key in the supervisor flags map returned by
the callback function <c>init</c>:</p>