summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJonas M. Gastal <jgastal@profusion.mobi>2012-08-06 20:44:45 +0000
committerJonas M. Gastal <jgastal@profusion.mobi>2012-08-06 20:44:45 +0000
commiteaca60f3ec2c5e49a2157049061bff741cb7898e (patch)
tree6e00a908957d6b7ec0b4dcdfc0bb984424270218 /doc
parenta0a90b19766934563bbfd4c85c1a6395294ae504 (diff)
downloadelementary-eaca60f3ec2c5e49a2157049061bff741cb7898e.tar.gz
elementary: Minimalist Elementary Web widget example.
Author: Joao Paulo Fernandes Ventura <ventura@profusion.mobi> SVN revision: 74949
Diffstat (limited to 'doc')
-rw-r--r--doc/examples.dox10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/examples.dox b/doc/examples.dox
index 0ce4b1319..ecbe4bbab 100644
--- a/doc/examples.dox
+++ b/doc/examples.dox
@@ -5932,7 +5932,7 @@
*/
/**
- * @page web_example_01 Web - Simple example
+ * @page web_example_02 Web - Simple example
*
* WebKit-EFL is independent of any particular toolkit, such as Elementary,
* so using it on applications requires that the programmer writes a lot of
@@ -5958,7 +5958,7 @@
* some WebKit functions on it, thus we need to include the necessary headers
* first.
*
- * @dontinclude web_example.c
+ * @dontinclude web_example_02.c
* @skip include
* @until EWebKit
*
@@ -6052,10 +6052,10 @@
* @until ELM_MAIN
*
* Some parts of the code were left out, as they are not relevant to the
- * example, but the full listing can be found at @ref web_example.c
- * "web_example.c".
+ * example, but the full listing can be found at @ref web_example_02.c
+ * "web_example_02.c".
*
- * @example web_example.c
+ * @example web_example_02.c
*/
/**