zhujzhuo / erlang-mysql-driver

Automatically exported from code.google.com/p/erlang-mysql-driver
Other
0 stars 0 forks source link

Invalid edoc syntax #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. edoc:application(mysql, "./", []).

What is the expected output? What do you see instead?

I expect edoc to generate documentation from the specially marked comments.
 Instead, it gives error messages.

What version of the product are you using? On what operating system?

r33

Please provide any additional information below.

The attached patch fixes the errors.  There are a few simple syntax errors,
one type specification with a non-edoc type ('function() of arity 4') which
I just disabled, and a few cases where the spec was next to the wrong-arity
version of a function.

Original issue reported on code.google.com by magnus.h...@gmail.com on 1 Oct 2009 at 7:31

Attachments: