This module provides definitions to assign unique file-system paths and names for each of the intermediate and final results of documentation generation.
Usage:filename(X)
X is the name of a file.
Usage:filename_noext(X)
X is the base name of a file (without extension).
Usage:
The kind of intermediate/final results for a single documentation processing unit (module).
Usage:supported_file_format(F)
F is a supported LPdoc target doc format.
Usage:format_get_subtarget(Format,Backend,Subtarget)
Backend and Subtarget are the backend and subtarget that generates files with format Format
Usage:
Clean the cached information for the filesystem mapping of the documentaton generation.
Usage:get_output_dir(Backend,Dir)
Dir is the directory where the documentation files are generated. Note that this is not the installation directory.
Usage:get_cache_dir(Backend,Dir)
Dir is the directory where temporary documentation files will be stored (for the active backend)
Usage:get_cache_dir0(Backend,Dir)
Dir is the directory where temporary documentation files will be stored (for all backends)
Usage:absfile_for_aux(AuxName,Backend,AbsFile)
Absolute file for an auxiliary output file (e.g. CSS, images, etc.)
Usage:get_subbase(Base,Sub,SubBase)
SubBase is the name for the sub-file (Sub) associated with Base
Usage:absfile_to_relfile(A,Backend,B)
Obtain the relative path, w.r.t. the output directory, of an absolute file. This is useful, e.g., for URLs.