mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-01-29 03:00:23 +01:00
Build the doxygen API documentation. This is copied from libinput so it takes over that style (which is more readable than the default doxygen style). Some extra documentation is added too and all the immediate errors are fixed in this commit but doxygen still warns about undocumented parameters. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
26 lines
750 B
HTML
26 lines
750 B
HTML
<!-- HTML footer for doxygen 1.8.8-->
|
|
<!-- start footer part -->
|
|
<!--BEGIN GENERATE_TREEVIEW-->
|
|
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
|
<ul>
|
|
$navpath
|
|
<li class="footer">$generatedby
|
|
<a href="http://www.doxygen.org/index.html">
|
|
<img class="footer" src="$relpath^doxygen.png" alt="doxygen"/></a> $doxygenversion </li>
|
|
</ul>
|
|
</div>
|
|
<!--END GENERATE_TREEVIEW-->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!--BEGIN !GENERATE_TREEVIEW-->
|
|
<hr class="footer"/><address class="footer"><small>
|
|
$generatedby  <a href="http://www.doxygen.org/index.html">
|
|
<img class="footer" src="$relpath^doxygen.png" alt="doxygen"/>
|
|
</a> $doxygenversion
|
|
</small></address>
|
|
<!--END !GENERATE_TREEVIEW-->
|
|
</body>
|
|
</html>
|