-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use EDoc format internally #30
Comments
I'm making some progress on this locally. Too messy to commit yet, but it's looking promising. I think I'll split the lodox project into two apps:
|
Do you think I should make I'm leaning toward If you vote separate repo, could you create lfex/ldoc and give me admin privileges? |
It might also be good to split out the forthcoming markdown, JSON and text writers into their own repos. Those belong in the lfe-rebar3 org, I think. I figure lodox-{{format}} is a good naming scheme, if we decide to do that. |
Hmm, on second thought, we probably won't need a rebar3 plugin anymore, since I'm writing an EDoc doclet module in |
Right now we use a custom internal state based heavily on
lfe_doc_v1
records. It might be worthwhile to adopt the EDoc record format.Related:
The text was updated successfully, but these errors were encountered: