Skip to content

Commit

Permalink
update: Python doc
Browse files Browse the repository at this point in the history
  • Loading branch information
victorbesy committed Dec 19, 2023
1 parent b86bca0 commit adc43bd
Show file tree
Hide file tree
Showing 25 changed files with 695 additions and 0 deletions.
27 changes: 27 additions & 0 deletions doc/Working Data/LastCrash.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Generated on 12/19/2023 11:52:52

Crash Message:

Could not step query. Unexpected SQLite result: Corrupt
(CodeClear.NaturalDocs.Engine.SQLite.Exceptions.UnexpectedResult)

Stack Trace:

at CodeClear.NaturalDocs.Engine.SQLite.Query.Step () [0x0002c] in <6c4aae649fee44548beb007d054c6a0e>:0
at CodeClear.NaturalDocs.Engine.SQLite.Connection.Execute (System.String statement, System.Object[] values) [0x0000f] in <6c4aae649fee44548beb007d054c6a0e>:0
at CodeClear.NaturalDocs.Engine.CodeDB.Manager.CreateDatabase () [0x000f6] in <6c4aae649fee44548beb007d054c6a0e>:0
at CodeClear.NaturalDocs.Engine.CodeDB.Manager.Start (CodeClear.NaturalDocs.Engine.Errors.ErrorList errors) [0x000d7] in <6c4aae649fee44548beb007d054c6a0e>:0
at CodeClear.NaturalDocs.Engine.Instance.Start (CodeClear.NaturalDocs.Engine.Errors.ErrorList errors, CodeClear.NaturalDocs.Engine.Config.ProjectConfig commandLineConfig) [0x000f8] in <6c4aae649fee44548beb007d054c6a0e>:0
at CodeClear.NaturalDocs.CLI.Application.BuildDocumentation (CodeClear.NaturalDocs.Engine.Errors.ErrorList errorList) [0x0002d] in <95ee6211a68e43a5bffc51f192461eb2>:0
at CodeClear.NaturalDocs.CLI.Application.Main (System.String[] commandLine) [0x00141] in <95ee6211a68e43a5bffc51f192461eb2>:0

Command Line:

/home/v/tools/ND/NaturalDocs.exe .

Versions:

Natural Docs 2.3
Unix 6.2.0.39
Mono 6.8.0.105
SQLite 3.41.2
1 change: 1 addition & 0 deletions doc/classes/Python/SVpiVecVal-Summary.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions doc/classes/Python/SVpiVecVal-SummaryToolTips.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions doc/classes/Python/SVpiVecVal-ToolTips.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
NDContentPage.OnToolTipsLoaded({});
19 changes: 19 additions & 0 deletions doc/classes/Python/SVpiVecVal.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>

<html class="NDPage NDContentPage"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><meta http-equiv="X-UA-Compatible" content="IE=edge"><title>SVpiVecVal</title><link rel="stylesheet" type="text/css" href="../../styles/main.css" /><script type="text/javascript" src="../../styles/main.js"></script><script type="text/javascript">NDLoader.LoadJS("Content", "../../styles/");</script></head>

<!-- Generated by Natural Docs, version 2.3 -->

<!-- saved from url=(0016)http://localhost -->

<body onload="NDLoader.OnLoad('Content');">

<script type="text/javascript">var q = window.location.search;if (q.startsWith("?Theme=")){var t = q.slice(7);var e = t.indexOf(";");if (e != -1){ t = t.slice(0, e); }document.documentElement.classList.add(t + "Theme")}</script>

<a name="Topic36"></a><div class="CTopic TClass LPython first">
<div class="CTitle">SVpiVecVal</div>
<div class="NDClassPrototype HasParents" id="NDClassPrototype36"><div class="CPEntry Parent TClass"><div class="CPName"><span class="Qualifier">ctypes.</span>&#8203;Structure</div></div><div class="CPEntry TClass Current"><div class="CPName">SVpiVecVal</div></div></div>
<div class="CBody"><p>A ctypes Structure representing a verilog vector&nbsp; aval/bval of 4-state data type,32-bit signed integer LRM 6.11 Integer data types Contains two 32-bit unsigned integers.</p><pre class="CCode">bval aval | <span class="SHNumber">4</span>-state verilog value<br />----------|----------------------<br /> <span class="SHNumber">0 0</span> | <span class="SHNumber">0</span><br /> <span class="SHNumber">0 1</span> | <span class="SHNumber">1</span><br /> <span class="SHNumber">1 0</span> | X<br /> <span class="SHNumber">1 1</span> | Z</pre></div>
</div>

</body></html>
1 change: 1 addition & 0 deletions doc/classes/Python/Shunt-Summary.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions doc/classes/Python/Shunt-SummaryToolTips.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions doc/classes/Python/Shunt-ToolTips.js

Large diffs are not rendered by default.

Loading

0 comments on commit adc43bd

Please sign in to comment.