object
Utility object to help automate (re)generating documentation for a project.
Paulo Moura
0.5
2017/1/5
static, context_switching_calls
logtalk::message_tokens//2
Updates the project documentation, first by calling a sequence of goals and second by executing a sequence of shell commands. Fails if any goal or shell command fails.
static
update – zero_or_one
Table of goals, typically using the "diagrams" and the "lgtdoc" tools, used to generate the documentation. Goals are called in the order they are defined and in the context of the "user" pseudo-object.
static
doc_goal(Goal)
doc_goal(?callable) – one_or_more
Table of shell commands to convert intermediate documentation files into user-friendly documentation. Commands are executed in the order they are defined.
static
shell_command(Command)
shell_command(?atom) – one_or_more
(see related entities)
(see related entities)