]> granicus.if.org Git - apache/commitdiff
Improve hyperlinks
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 2 Apr 2016 06:28:24 +0000 (06:28 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 2 Apr 2016 06:28:24 +0000 (06:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1737462 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_macro.xml

index a555e4af9f8c282a85084ab4c560dfec80042e5d..cf39ed6e720da43bd8861d34f16f370171a296f7 100644 (file)
 
 <section id="usage"><title>Usage</title>
 
-<p>Macros are defined using <directive
+<p>Macros are defined using <directive module="mod_macro"
 type="section">Macro</directive> blocks, which contain the portion of
 your configuration that needs to be repeated, complete with variables
 for those parts that will need to be substituted.</p>
 
-<p>For example,  you might use a macro to define a <directive
+<p>For example, you might use a macro to define a <directive module="core"
 type="section">VirtualHost</directive> block, in order to define
 multiple similar virtual hosts:</p>
 
@@ -76,13 +76,14 @@ Use VHost apache apache.org
 UndefMacro VHost
 </highlight>
 
-<p>At server startup time, each of these <directive>Use</directive>
+<p>At server startup time, each of these <directive module="mod_macro">Use</directive>
 invocations would be expanded into a full virtualhost, as
-described by the <directive>Macro</directive> definition.</p>
+described by the <directive module="mod_macro" type="section">Macro</directive>
+definition.</p>
 
-<p>The <directive>UndefMacro</directive> directive is used so that later
-macros using the same variable names don't result in conflicting
-definitions.</p>
+<p>The <directive module="mod_macro">UndefMacro</directive> directive is
+used so that later macros using the same variable names don't result in
+conflicting definitions.</p>
 
 <p>A more elaborate version of this example may be seen below in the
 Examples section.</p>
@@ -197,8 +198,8 @@ UndefMacro DirGroup
 </contextlist>
 
 <usage>
-    <p>The <directive>Macro</directive> directive controls the definition of
-    a macro within the server runtime configuration files.
+    <p>The <directive type="section">Macro</directive> directive controls the
+    definition of a macro within the server runtime configuration files.
     The first argument is the name of the macro.
     Other arguments are parameters to the macro. It is good practice to prefix
     parameter names with any of '<code>$%@</code>', and not macro names