Просмотр исходного кода

tmrec Add section IDs to XML documentation

Olle E. Johansson 10 лет назад
Родитель
Сommit
9e331eb7dc
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      modules/tmrec/doc/tmrec_admin.xml

+ 3 - 3
modules/tmrec/doc/tmrec_admin.xml

@@ -80,7 +80,7 @@ modparam("tmrec", "separator", ";")
 
 	<section>
 	<title>Functions</title>
-	<section>
+	<section id="tmrec.f.tmrec_match">
 	    <title>
 		<function moreinfo="none">tmrec_match(timerec [, timestamp])</function>
 	    </title>
@@ -284,7 +284,7 @@ modparam("tmrec", "separator", ";")
 	    </example>
 	</section>
 
-	<section>
+	<section id="tmrec.f.is_leap_year">
 	    <title>
 		<function moreinfo="none">is_leap_year([year])</function>
 	    </title>
@@ -308,7 +308,7 @@ if(is_leap_year("2010"))
 	    </example>
 	</section>
 
-	<section>
+	<section id="tmrec.f.time_period_match">
 	    <title>
 		<function moreinfo="none">time_period_match(period [, timestamp])</function>
 	    </title>