Created
October 3, 2016 20:28
-
-
Save vladdu/aa571a548cecfeb85b84c65378429bf0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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