X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/660f5874aa860c9cb2bf4c3022aca4d971ae815c..5f033db28110f55839bfdb01ef03bf4b7dd22c8b:/lib/mod_autoindex.dtl diff --git a/lib/mod_autoindex.dtl b/lib/mod_autoindex.dtl index 3028fd3..580ba70 100644 --- a/lib/mod_autoindex.dtl +++ b/lib/mod_autoindex.dtl @@ -2,15 +2,15 @@ index pages}} extern val addDescription : string -> [no_spaces] -> [^Vhost]; -{{See the +{{See the Apache documentation for AddDescription.}} extern val addIcon : location -> [no_spaces] -> [^Vhost]; -{{See the +{{See the Apache documentation for AddIcon.}} extern val indexIgnore : [no_spaces] -> [^Vhost]; -{{See the +{{See the Apache documentation for IndexIgnore.}} extern type autoindex_width; @@ -19,7 +19,7 @@ extern val autofit : autoindex_width; extern val characters : int -> autoindex_width; extern type autoindex_option; -{{See the +{{See the Apache documentation for what the options mean.}} extern val descriptionWidth : autoindex_width -> autoindex_option; @@ -52,9 +52,9 @@ extern val unset_indexOptions : [autoindex_option] -> [^Vhost]; {{Specify some options to be set or unset, leaving the rest as they are.}} extern val headerName : no_spaces -> [^Vhost]; -{{See the +{{See the Apache documentation.}} extern val readmeName : no_spaces -> [^Vhost]; -{{See the +{{See the Apache documentation.}}