Go to main content

man pages section 3: Extended Library Functions, Volume 1

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

edoc_lib (3erl)

Name

edoc_lib - Utility functions for EDoc.

Synopsis

Please see following description for synopsis

Description

edoc_lib(3)                Erlang Module Definition                edoc_lib(3)



NAME
       edoc_lib - Utility functions for EDoc.

DESCRIPTION
       Utility functions for EDoc.

DATA TYPES
         proplist() = proplists:proplist():


EXPORTS
       get_doc_env(App, Modules, Options) -> edoc:env()

              Types:

                 App = atom() | no_app
                 Modules = [module()]
                 Options = proplist()

              Creates  an environment data structure used by parts of EDoc for
              generating references, etc. See edoc:run/2 for a description  of
              the options file_suffix, app_default and doc_path.

              See also: edoc:get_doc/3, edoc_extract:source/4.

       infer_module_app(Mod::module()) -> no_app | {app, atom()}

              Infer application containing the given module.

              It's  expected  that  modules  which are not preloaded and don't
              match the <app>/ebin/<mod>.beam path pattern will  NOT  have  an
              app name inferred properly. no_app is returned in such cases.

       write_file(Text, Dir, Name, Options) -> term()

SEE ALSO
       edoc

AUTHORS
       Richard Carlsson <carlsson.richard@gmail.com>



                                   edoc 1.1                        edoc_lib(3)