Skip to content

Instantly share code, notes, and snippets.

@vladdu
Created October 3, 2016 20:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vladdu/aa571a548cecfeb85b84c65378429bf0 to your computer and use it in GitHub Desktop.
Save vladdu/aa571a548cecfeb85b84c65378429bf0 to your computer and use it in GitHub Desktop.
get_application_doc(A) ->...
% from edoc in the sources
get_module_source_doc(M) ->...
% from external files
get_module_external_doc(M) ->...
get_function_spec(M, F, A) ->...
get_function_source_doc(M, F, A) ->...
get_function_external_doc(M, F, A) ->...
get_macro_doc(M, N, A) ->...
get_record_doc(M, R) ->...
get_type_doc(M, T) ->...
get_behaviour_doc(B) ->...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment