Skip to content
Snippets Groups Projects
Commit fe3fa96d authored by David Byers's avatar David Byers
Browse files

Clean up code and docs.

parent ec172e17
No related branches found
No related tags found
No related merge requests found
2020-07-21 David Byers <david.byers@liu.se>
Clean up
* olc.el: Declare external functions for the byte compiler. Fix
whitespace. Shortened lines. Fixed some docstrings.
More integer math:
(olc-decode): Converted to use integer math.
......
This diff is collapsed.
......@@ -140,10 +140,10 @@ is otherwise invalid (i.e. 3, 5, 7, or 9).
@defun olc-decode code
Decode @var{code} and return an @code{olc-area} representing the
location. Raises @code{olc-parse-error} if the code can't be parsed,
and @code{olc-decode-error} if it can't be decoded (e.g. a padded
shortened code, a padded code with grid coordinates, an empty code,
and so forth). Returns an olc-area structure.
location. Returns an olc-area structure. Raises @code{olc-parse-error}
if the code can't be parsed, and @code{olc-decode-error} if it can't
be decoded (e.g. a padded shortened code, a padded code with grid
coordinates, an empty code, and so forth).
@example
@group
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment