From e38fca6c3906f5c01a8316c7f0992f0c2d78916c Mon Sep 17 00:00:00 2001 From: antognolli Date: Mon, 18 Jul 2011 18:26:35 +0000 Subject: [PATCH] ecore/doc - Add some @htmlonly guards. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@61485 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- doc/examples.dox | 4 ++++ src/lib/ecore_con/Ecore_Con.h | 2 ++ 2 files changed, 6 insertions(+) diff --git a/doc/examples.dox b/doc/examples.dox index aa0034a..3c441da 100644 --- a/doc/examples.dox +++ b/doc/examples.dox @@ -773,8 +773,10 @@ * * This example will start a server and start accepting connections from clients, as * demonstrated in the following diagram: + * @htmlonly * * Full size + * @endhtmlonly * * @image rtf ecore_con-client-server-example.png * @image latex ecore_con-client-server-example.eps width=\textwidth @@ -835,8 +837,10 @@ * * This example will connect to the server and start comunicating with it, as * demonstrated in the following diagram: + * @htmlonly * * Full size + * @endhtmlonly * * @image rtf ecore_con-client-server-example2.png * @image latex ecore_con-client-server-example2.eps width=\textwidth diff --git a/src/lib/ecore_con/Ecore_Con.h b/src/lib/ecore_con/Ecore_Con.h index 5d309f1..6a9992a 100644 --- a/src/lib/ecore_con/Ecore_Con.h +++ b/src/lib/ecore_con/Ecore_Con.h @@ -573,8 +573,10 @@ EAPI Eina_Bool ecore_con_ssl_client_upgrade(Ecore_Con_Client *cl, Ecore_ * server to client and client to server, can be represented in the following * sequence diagram: * + * @htmlonly * * Full size + * @endhtmlonly * * @image rtf ecore_con-client-server.png * @image latex ecore_con-client-server.eps width=\textwidth -- 2.7.4