esl / edown

EDoc extension for generating Github-flavored Markdown

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compilation file while make

CodeYogiCo opened this issue · comments

Hey I have taken a git pull

On make command it throws me following error.I am not sure if hrl file is included in the src.

There is one included hrl in edown_doclet.erl

-include_lib("edoc/include/edoc_doclet.hrl"). I could find this hrl file in the src directory

src/edown_doclet.erl:116: field packages undefined in record doclet_gen
src/edown_doclet.erl:118: field filemap undefined in record doclet_gen

The latest master should not have this problem ...

Ah, sorry. You are pulling from an obsolete repos. Please use https://github.com/uwiger/edown instead.

It worked..Thanks for prompt response..