Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'libhover/org.eclipse.linuxtools.cdt.libhover.devhelp.tests/devhelp/html2/myapp/myapp2.html')
-rw-r--r--libhover/org.eclipse.linuxtools.cdt.libhover.devhelp.tests/devhelp/html2/myapp/myapp2.html53
1 files changed, 53 insertions, 0 deletions
diff --git a/libhover/org.eclipse.linuxtools.cdt.libhover.devhelp.tests/devhelp/html2/myapp/myapp2.html b/libhover/org.eclipse.linuxtools.cdt.libhover.devhelp.tests/devhelp/html2/myapp/myapp2.html
new file mode 100644
index 0000000000..d752feb27f
--- /dev/null
+++ b/libhover/org.eclipse.linuxtools.cdt.libhover.devhelp.tests/devhelp/html2/myapp/myapp2.html
@@ -0,0 +1,53 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>MyApp 1.0 Reference Manual: MyApp</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<meta name="generator" content="GTK-Doc V1.20 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<div class="refentry">
+<a name="myApp"></a><div class="titlepage"></div>
+<div class="refnamediv"><table width="100%"><tr>
+<td valign="top">
+<h2><span class="refentrytitle"><a name="myApp2-myapp2.top_of_page"></a>MyApp</span></h2>
+<p>MyApp2 — My App2 - devhelp test.</p>
+</td>
+<td class="gallery_image" valign="top" align="right"></td>
+</tr></table></div>
+<div class="refsect1">
+<a name="myapp2-functions_details"></a><h2>Functions</h2>
+<div class="refsect2">
+<a name="mboolean"></a><h3>mboolean</h3>
+<pre class="programlisting">#define mboolean int
+</pre>
+<p>Boolean value.</p>
+</div>
+<div class="refsect2">
+<a name="MError"></a><h3>MError</h3>
+<pre class="programlisting">#define MError 1
+</pre>
+<p>My app error.</p>
+</div>
+<div class="refsect2">
+<a name="TRUE"></a><h3>TRUE</h3>
+<pre class="programlisting">#define TRUE 1
+</pre>
+<p>True value.</p>
+</div>
+<div class="refsect2">
+<a name="FALSE"></a><h3>FALSE</h3>
+<pre class="programlisting">#define FALSE 0
+</pre>
+<p>False value.</p>
+</div>
+</div>
+
+<hr>
+<div class="footer">
+<hr>
+ Modified for libhover devhelp testing</div>
+</body>
+</html>

Back to the top