wangboo/erlang-mysql-driver

Invalid edoc syntax

Opened this issue · 0 comments

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: