Documentation for Jinni File: jdft.pro
This module can be used to translate a file documented by the JinniDoc documentation syntax to a file where the JinniDoc documentation is hidden within predicates. The new file can then easily be analyzed to build a file profile.
The assumption of this module is that no user defined predicates are called xx or xxx. Thus, predicate comments will be transformed to xx predicates and general comments will be transormed to xxx predicates.
Note that we assume that users do not use the \@ symbol within documentation descriptions. If the symbol is desired it should be written as \\\@.
Authored by:
Date: June, 2003
True if ParameterValueList is a list of the pairs of parameter names and values that are defined in the comment Comment.
putlist/1
splitLists/3
translateComments/2
Forms: translateComments(+InFile,+OutFile)
Translates the file InFile by hiding documentation within predicates to produce the file OutFile
JinniDoc © 2003-2005 Chico Toepfer