Skip to content

Commit

Permalink
Cleaned up Doxygen front page with new title, table headings and link…
Browse files Browse the repository at this point in the history
… to online documentation.
  • Loading branch information
Chris Hughes committed Jun 20, 2012
1 parent 9544310 commit 3ad88bd
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions libs/MAStd/api_areas.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
* \author Fredrik Eldh
*/

/** \mainpage MoSync API Reference
<center>The essential guide to MoSync syscalls and libraries</center>
/** \mainpage MoSync C/C++ API Reference
<center>The essential guide to MoSync C++ libraries and C functions.</center>
<br>
<center>(We also publish many useful <a href="http://www.mosync.com/documentation">user guides and tutorials</a> at our website.)</center>
<br>
<table style="border-color: lightgrey;">
Expand Down Expand Up @@ -41,19 +42,19 @@ Wormhole::WebAppMoblet, Wormhole::WebViewMessage, Wormhole::FileUtil
\ref WormHoleGroup
</td>
<td>
<a href="http://www.mosync.com/content/html5-javascript-wormhole" target="_blank">User guides and online resources</a>
<a href="http://www.mosync.com/content/html5-javascript-wormhole" target="_blank"><strong>User guides and online resources</strong></a>
</td>
</tr>
<tr style="background-color: rgb(53, 28, 117);">
<td colspan="2">
<span style="color: rgb(255, 255, 255);"><strong>MoSync-Specific Functions</strong></span>
<span style="color: rgb(255, 255, 255);"><strong>MoSync Core Functions</strong></span>
</td>
<td>
<span style="color: rgb(255, 255, 255);"><strong>Syscalls (maapi.h)</strong></span>
<span style="color: rgb(255, 255, 255);"><strong>Syscalls and IOCTLs (maapi.h)</strong></span>
</td>
<td>
<span style="color: rgb(255, 255, 255);"><strong>Libraries</strong></span>
Expand Down Expand Up @@ -133,13 +134,13 @@ MAUtil::DataHandler
</tr>
<tr style="background-color: rgb(11, 147, 148);">
<td colspan="2">
<span style="color: rgb(255, 255, 255);"><strong>Functions with MoSync interfaces</strong></span>
<span style="color: rgb(255, 255, 255);"><strong>MoSync Device Feature APIs</strong></span>
</td>
<td>
<span style="color: rgb(255, 255, 255);"><strong>Syscalls (maapi.h)</strong></span>
<span style="color: rgb(255, 255, 255);"><strong>Syscalls and IOCTLs (maapi.h)</strong></span>
</td>
<td>
<span style="color: rgb(255, 255, 255);"><strong>Libraries</strong></span>
Expand Down Expand Up @@ -424,10 +425,10 @@ maDBCursorGetColumnDouble()<br>
</tr>
<tr style="background-color: rgb(118, 29, 88);">
<td colspan="2"><strong><span style="color: rgb(255, 255, 255);">User Interface APIs</span></strong><strong><br>
<td colspan="2"><strong><span style="color: rgb(255, 255, 255);">MoSync User Interface APIs</span></strong><strong><br>
</strong></td>
<td><strong><span style="color: rgb(255, 255, 255); a:link { color: white; }">Syscalls (maapi.h)</span><br>
<td><strong><span style="color: rgb(255, 255, 255); a:link { color: white; }">Syscalls and IOCTLs (maapi.h)</span><br>
</strong></td>
<td><strong><span style="color: rgb(255, 255, 255);">Libraries</span><br>
</strong></td>
Expand Down Expand Up @@ -479,7 +480,7 @@ maDBCursorGetColumnDouble()<br>
<td colspan="2"><strong><span style="color: rgb(255, 255, 255);">Standard C Functions</span></strong><strong><br>
</strong></td>
<td><strong><span style="color: rgb(255, 255, 255);">Syscalls (maapi.h)</span><br>
<td><strong><span style="color: rgb(255, 255, 255);">Syscalls and IOCTLs (maapi.h)</span><br>
</strong></td>
<td><strong><span style="color: rgb(255, 255, 255);">Libraries</span><br>
</strong></td>
Expand Down Expand Up @@ -583,7 +584,7 @@ maDBCursorGetColumnDouble()<br>
<td colspan="2"><strong><span style="color: rgb(255, 255, 255);">Miscellaneous libraries</span></strong><strong><br>
</strong></td>
<td><strong><span style="color: rgb(255, 255, 255);">Syscalls (maapi.h)</span><br>
<td><strong><span style="color: rgb(255, 255, 255);">Syscalls and IOCTLs (maapi.h)</span><br>
</strong></td>
<td><strong><span style="color: rgb(255, 255, 255);">Libraries</span><br>
</strong></td>
Expand Down

0 comments on commit 3ad88bd

Please sign in to comment.