generated docs added

This commit is contained in:
n00b
2024-10-24 23:25:02 -04:00
parent b14019f9a9
commit 6edb1bc09d
939 changed files with 88629 additions and 8 deletions

30
doc/doc_files/navbar.html Normal file
View File

@@ -0,0 +1,30 @@
<!DOCTYPE html>
<html>
<head>
<style>
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
body { background-color: #A0A0FF; }
.rc_number { color: #800000; }
.rc_string { color: green; }
.rc_keyword { color: blue; font-weight: bold; }
.rc_comment { color: #0A0A0A; }
#rc_code { font-family: Consolas,"courier new"; background-color: #f1f1f1; padding: 2px; font-size: 105%; }
</style>
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>Abs [RCBasic Doc] </title>
</head>
<frameset rows="40%,60%">
<frame name="nav_top" src="nav_top.html" />
<frame name="nav_bottom" src="nav_bottom.html" />
<noframes>
<body>
Your browser does not support frames.
</body>
</noframes>
</frameset>
</html>