mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-17 20:44:37 +03:00
- Documentation - removed verbose @brief and switched to markdown syntax which Doxygen supports. - Added inline documentation to AVX/AVX2 instructions. - Added more documentation notes to utility classes. - Modified documentation groups to be compatible with the new code layout (base/x86). - Renamed VirtualMemoryManager to VMemMgr. - Removed MemoryManager interface (not needed). - Changed JitRuntime to always create a new isolated VMemMgr instance. - Fixed WinRemoteRuntime to work with the new changes. - Added missing insertps instruction to database, assembler and compiler. - Moved global functions in x86cpuinfo to CpuUtil class. - Should notify Issue #10
22 lines
673 B
HTML
22 lines
673 B
HTML
<!--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-->
|
|
|
|
<!--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>
|