Go to the source code of this file.
Namespaces | |
namespace | manfile_gen |
Functions | |
def | genorate_man |
genorate_man() -> str | |
Variables | |
string | __copyright__ |
genorate man file for slimproj | |
string | __license__ |
tuple | man_template = Template(""".TH SLIMPROJ 1 "${date}".SH NAMEslimproj \- SLIMpy tool for scons.SH SYNOPSIS${projec_doc}To include slinproj in a SCons file use.ESfrom slimproj import *.EE.B slimprojprovides the following builder methods:'\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""'\" BEGIN GENERATED BUILDER DESCRIPTIONS'\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""${BUILDERS}.SS Construction VariablesA number of useful construction variables are automatically defined byscons for each supported platform, and additional construction variablescan be defined by the user. The following is a list of the automaticallydefined construction variables:'\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""'\" BEGIN GENERATED CONSTRUCTION VARIABLE DESCRIPTIONS'\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""${VARIABLES}""") |
tuple | func_template |
tuple | example_tem = Template(""".B Example:.ES${example}.EE""" ) |
string | authorstr = "\n.B Author:\n%s" |
tuple | params_tem = Template("\n\n.B PARAMETERS:\n${params}\n\n") |