ecore/doc - Add some @htmlonly guards.
authorantognolli <antognolli@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 18 Jul 2011 18:26:35 +0000 (18:26 +0000)
committerantognolli <antognolli@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 18 Jul 2011 18:26:35 +0000 (18:26 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@61485 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

doc/examples.dox
src/lib/ecore_con/Ecore_Con.h

index aa0034a..3c441da 100644 (file)
  *
  * This example will start a server and start accepting connections from clients, as
  * demonstrated in the following diagram:
+ * @htmlonly
  * <img src="ecore_con-client-server-example.png" style="max-width: 400px"/>
  * <a href="ecore_con-client-server-example.png">Full size</a>
+ * @endhtmlonly
  *
  * @image rtf ecore_con-client-server-example.png
  * @image latex ecore_con-client-server-example.eps width=\textwidth
  *
  * This example will connect to the server and start comunicating with it, as
  * demonstrated in the following diagram:
+ * @htmlonly
  * <img src="ecore_con-client-server-example2.png" style="max-width: 400px"/>
  * <a href="ecore_con-client-server-example2.png">Full size</a>
+ * @endhtmlonly
  *
  * @image rtf ecore_con-client-server-example2.png
  * @image latex ecore_con-client-server-example2.eps width=\textwidth
index 5d309f1..6a9992a 100644 (file)
@@ -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
  * <img src="ecore_con-client-server.png" style="max-width: 400px"/>
  * <a href="ecore_con-client-server.png">Full size</a>
+ * @endhtmlonly
  *
  * @image rtf ecore_con-client-server.png
  * @image latex ecore_con-client-server.eps width=\textwidth