Skip to content

Commit

Permalink
Expand Error Identifiers doc a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
apjanke committed Jan 22, 2020
1 parent 03a0fad commit ab1306d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 19 deletions.
7 changes: 3 additions & 4 deletions M-doc/Error-Identifiers.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<h1 id="error-and-warning-identifiers">Error and Warning Identifiers</h1>
<h1 id="janklab-error-and-warning-identifiers">Janklab Error and Warning Identifiers</h1>

<h2 id="error-identifiers">Error Identifiers</h2>

<ul>
<li>jl:InvalidInput</li>
<li>jl:BadOperation</li>
<li><code class="highlighter-rouge">jl:InvalidInput</code> - Used when the input to a function is invalid or corrupt.</li>
<li><code class="highlighter-rouge">jl:BadOperation</code> - Used when an operation or function is called at the wrong time or in the wrong context.</li>
</ul>

<h2 id="warning-identifiers">Warning identifiers</h2>

12 changes: 5 additions & 7 deletions M-doc/Error-Identifiers.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
Error and Warning Identifiers
==============================
# Janklab Error and Warning Identifiers

## Error Identifiers
## Error Identifiers

* jl:InvalidInput
* jl:BadOperation

## Warning identifiers
* `jl:InvalidInput` - Used when the input to a function is invalid or corrupt.
* `jl:BadOperation` - Used when an operation or function is called at the wrong time or in the wrong context.

## Warning identifiers
2 changes: 1 addition & 1 deletion M-doc/feed.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.0.0">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2020-01-22T10:53:19-05:00</updated><id>/feed.xml</id><title type="html">Janklab</title><subtitle>Documentation for the Janklab Matlab Toolbox</subtitle></feed>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.0.0">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2020-01-22T10:58:50-05:00</updated><id>/feed.xml</id><title type="html">Janklab</title><subtitle>Documentation for the Janklab Matlab Toolbox</subtitle></feed>
12 changes: 5 additions & 7 deletions doc/Error-Identifiers.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
Error and Warning Identifiers
==============================
# Janklab Error and Warning Identifiers

## Error Identifiers
## Error Identifiers

* jl:InvalidInput
* jl:BadOperation

## Warning identifiers
* `jl:InvalidInput` - Used when the input to a function is invalid or corrupt.
* `jl:BadOperation` - Used when an operation or function is called at the wrong time or in the wrong context.

## Warning identifiers

0 comments on commit ab1306d

Please sign in to comment.