File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -92,8 +92,7 @@ newline that separates the directive from the content block:
9292There are a number of predefined variables available that are dynamically set
9393based on the platform config. These variables should be used wherever possible.
9494These variables can be found in the "Replacement Variables" section of the
95- platform configs, or in the temporary file placed at ` source/_replacevars.rst `
96- during the build process.
95+ platform configs, or reported during the build in the ` rst_prolog ` section.
9796
9897### Ifconfigs
9998
Original file line number Diff line number Diff line change 1- # write_replacevars
1+ # unpack_replacevars
22# -----------------
3- # Description: Writes replacement variable array to source/${OS}/replacevars.rst.inc
3+ # Description: Creates a valid RST replacement variable list from the given variable dictionary
44#
5- # Parameters: app - Application calling this Python function
6- # replacevars - Input hash table of replacevars that will be converted into
7- # "replace" directives in the replacevars.rst.inc file
5+ # Parameters: replacevars - Input hash table of replacevars that will be converted into
6+ # "replace" directives
87
98def unpack_replacevars (replacevars ):
109 replacevarstext = ["\n " ]
You can’t perform that action at this time.
0 commit comments