diff options
| author | Milan Crha <mcrha@redhat.com> | 2016-11-10 10:27:36 +0100 |
|---|---|---|
| committer | Milan Crha <mcrha@redhat.com> | 2016-11-10 10:27:36 +0100 |
| commit | fbf9371fb38e552ec29a40022e2460b032a49bb9 (patch) | |
| tree | 4ec90a02b38aa74538c2326d23ae671631802dad /docs/reference/evolution-data-server/evolution-data-server-cursor-example.sgml.in | |
| parent | 42e012481a94f582f3320561d4a9d5d8e2351506 (diff) | |
| download | evolution-data-server-fbf9371fb38e552ec29a40022e2460b032a49bb9.tar.gz | |
Fix some of the gtk-doc warnings
Diffstat (limited to 'docs/reference/evolution-data-server/evolution-data-server-cursor-example.sgml.in')
| -rw-r--r-- | docs/reference/evolution-data-server/evolution-data-server-cursor-example.sgml.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/reference/evolution-data-server/evolution-data-server-cursor-example.sgml.in b/docs/reference/evolution-data-server/evolution-data-server-cursor-example.sgml.in index 5cb83b1b3..be999ae2d 100644 --- a/docs/reference/evolution-data-server/evolution-data-server-cursor-example.sgml.in +++ b/docs/reference/evolution-data-server/evolution-data-server-cursor-example.sgml.in @@ -70,7 +70,7 @@ <programlisting> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" - href="@CMAKE_SOURCE_DIR@/examples/cursor/cursor-example.c"/> + href="@CMAKE_SOURCE_DIR@/src/examples/cursor/cursor-example.c"/> </programlisting> </informalexample> </refsect1> @@ -88,7 +88,7 @@ <programlisting> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" - href="@CMAKE_SOURCE_DIR@/examples/cursor/cursor-navigator.c"/> + href="@CMAKE_SOURCE_DIR@/src/examples/cursor/cursor-navigator.c"/> </programlisting> </informalexample> </refsect1> @@ -106,7 +106,7 @@ <programlisting> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" - href="@CMAKE_SOURCE_DIR@/examples/cursor/cursor-search.c"/> + href="@CMAKE_SOURCE_DIR@/src/examples/cursor/cursor-search.c"/> </programlisting> </informalexample> </refsect1> @@ -122,7 +122,7 @@ <programlisting> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" - href="@CMAKE_SOURCE_DIR@/examples/cursor/cursor-slot.c"/> + href="@CMAKE_SOURCE_DIR@/src/examples/cursor/cursor-slot.c"/> </programlisting> </informalexample> </refsect1> @@ -139,7 +139,7 @@ <programlisting> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" - href="@CMAKE_SOURCE_DIR@/examples/cursor/cursor-data.c"/> + href="@CMAKE_SOURCE_DIR@/src/examples/cursor/cursor-data.c"/> </programlisting> </informalexample> </refsect1> |
