diff options
author | Adam Gross <grossag@vmware.com> | 2019-07-19 19:53:07 (GMT) |
---|---|---|
committer | Adam Gross <grossag@vmware.com> | 2019-07-19 19:53:07 (GMT) |
commit | 90435d7ff83120522db995857eff49e0e268297a (patch) | |
tree | 5159770ec50ca4b18156987627f0dca6ccedf54e /src/engine | |
parent | 447ed918290c0cd614c22236c6c475fec6a173e8 (diff) | |
download | SCons-90435d7ff83120522db995857eff49e0e268297a.zip SCons-90435d7ff83120522db995857eff49e0e268297a.tar.gz SCons-90435d7ff83120522db995857eff49e0e268297a.tar.bz2 |
[ci skip] MSVS doc fix and output of rerunning doc generation
Diffstat (limited to 'src/engine')
-rw-r--r-- | src/engine/SCons/Tool/msvs.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/SCons/Tool/msvs.xml b/src/engine/SCons/Tool/msvs.xml index 6e622a7..3a9fdf0 100644 --- a/src/engine/SCons/Tool/msvs.xml +++ b/src/engine/SCons/Tool/msvs.xml @@ -140,7 +140,7 @@ See its __doc__ string for a discussion of the format. only one, it will automatically be propagated to all variants. If you don't give this parameter, SCons will use the invoking environment's - <literator>CPPDEFINES</literator> entry for all variants. + <literal>CPPDEFINES</literal> entry for all variants. </para> </listitem> </varlistentry> @@ -155,7 +155,7 @@ See its __doc__ string for a discussion of the format. only one, it will automatically be propagated to all variants. If you don't give this parameter, SCons will use the invoking environment's - <literator>CPPPATH</literator> entry for all variants. + <literal>CPPPATH</literal> entry for all variants. </para> </listitem> </varlistentry> |