reference/svn/functions/svn-fs-is-dir.xml
b958b68778e1d971d54135f99d6e519107b69e2e
...
...
@@ -3,7 +3,7 @@
3
3
<refentry xml:id="function.svn-fs-is-dir" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>svn_fs_is_dir</refname>
6
-
<refpurpose>Return true if the path points to a directory, false otherwise</refpurpose>
6
+
<refpurpose>Determines if a path points to a directory</refpurpose>
7
7
</refnamediv>
8
8

9
9
<refsect1 role="description">
...
...
@@ -15,10 +15,10 @@
15
15
</methodsynopsis>
16
16
&warn.undocumented.func;
17
17
<para>
18
-
Return true if the path points to a directory, false otherwise
18
+
Determines if the given path points to a directory.
19
19
</para>
20
20
</refsect1>
21
-
<!--
21
+

22
22
<refsect1 role="parameters">
23
23
&reftitle.parameters;
24
24
<para>
...
...
@@ -27,7 +27,7 @@
27
27
<term><parameter>root</parameter></term>
28
28
<listitem>
29
29
<para>
30
-
Its description
30
+
31
31
</para>
32
32
</listitem>
33
33
</varlistentry>
...
...
@@ -35,22 +35,21 @@
35
35
<term><parameter>path</parameter></term>
36
36
<listitem>
37
37
<para>
38
-
Its description
38
+
39
39
</para>
40
40
</listitem>
41
41
</varlistentry>
42
42
</variablelist>
43
43
</para>
44
-

45
44
</refsect1>
45
+

46
46
<refsect1 role="returnvalues">
47
47
&reftitle.returnvalues;
48
48
<para>
49
-
What the function returns, first on success, then on failure. See
50
-
also the &amp;return.success; entity
49
+
Returns &true; if the path points to a directory, &false; otherwise.
51
50
</para>
52
51
</refsect1>
53
-
-->
52
+

54
53
<refsect1 role="notes">
55
54
&reftitle.notes;
56
55
&warn.experimental.func;
57
56