Skip to content

Fix git push error for protected CLA branch #924

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Apr 4, 2019
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion docs/build/adding-references-in-visual-cpp-projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ The following properties are found on COM and .NET assembly references, and cann

Displays the version of the referenced assembly.

## See Also
## See also

[C++ project property page reference](reference/property-pages-visual-cpp.md)<br>
[Set C++ compiler and build properties in Visual Studio](working-with-project-properties.md)
2 changes: 1 addition & 1 deletion docs/build/cmake-predefined-configuration-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ These options allow you to run commands on the remote system before and after bu
}
```

## See Also
## See also

[CMake Projects in Visual Studio](cmake-projects-in-visual-studio.md)<br/>
[Configure a Linux CMake project](../linux/cmake-linux-project.md)<br/>
Expand Down
2 changes: 1 addition & 1 deletion docs/build/cmake-projects-in-visual-studio.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ If you have installed CMake from the Visual Studio Installer, you can run it fro

1. Run CMake to build/configure your app.

## See Also
## See also

[Tutorial: Create C++ cross-platform projects in Visual Studio](get-started-linux-cmake.md)<br/>
[Configure a Linux CMake project](../linux/cmake-linux-project.md)<br/>
Expand Down
2 changes: 1 addition & 1 deletion docs/build/creating-and-managing-visual-cpp-projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ How to add any arbitrary command to the build process at specified points.
[Create a project from existing code](how-to-create-a-cpp-project-from-existing-code.md)<br/>
How to create a new Visual Studio project from a loose collection of source files.

## See Also
## See also

[Projects and build systems](projects-and-build-systems-cpp.md)<br>
2 changes: 1 addition & 1 deletion docs/build/customize-cmake-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ In the next example, the x86-Debug configuration defines its own value for the *
}
```

## See Also
## See also

[CMake Projects in Visual Studio](cmake-projects-in-visual-studio.md)<br/>
[Configure a Linux CMake project](../linux/cmake-linux-project.md)<br/>
Expand Down
2 changes: 1 addition & 1 deletion docs/build/optimization-pragmas-and-keywords.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ Several keywords and pragmas that you use in your C or C++ code affect optimizat

- [register Keyword](../cpp/storage-classes-cpp.md#register)

## See Also
## See also

[Optimizing Your Code](optimizing-your-code.md)
2 changes: 1 addition & 1 deletion docs/build/reference/code-visual-cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ Compile with [/doc](doc-process-documentation-comments-c-cpp.md) to process docu

See the [\<example>](example-visual-cpp.md) topic for an example of how to use the \<code> tag.

## See Also
## See also

[XML Documentation](xml-documentation-visual-cpp.md)
2 changes: 1 addition & 1 deletion docs/build/reference/contents-of-a-makefile.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ Other features you can use in a makefile are [wildcards](wildcards-and-nmake.md)

For a sample, see [Sample Makefile](sample-makefile.md).

## See Also
## See also

[NMAKE Reference](nmake-reference.md)
2 changes: 1 addition & 1 deletion docs/build/reference/creating-a-makefile-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ IntelliSense fails in makefile projects when certain project settings or compile

The next time you open your makefile project in the Visual Studio development environment, run the **Clean Solution** command and then the **Build Solution** command on your makefile project. IntelliSense should work properly in the IDE.

## See Also
## See also

[Using IntelliSense](/visualstudio/ide/using-intellisense)<br>
[NMAKE Reference](nmake-reference.md)<br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Project files are organized into folders in Solution Explorer. Visual Studio cre

When you add an item to a project, you add the item to all configurations for that project, regardless of whether or not the item is buildable. For example, if you have a project named MyProject, adding an item adds it to both the Debug and Release project configurations.

## See Also
## See also

[Creating and Managing Visual Studio C++ Projects](../creating-and-managing-visual-cpp-projects.md)<br>
[Visual Studio C++ Project Types](visual-cpp-project-types.md)<br>
2 changes: 1 addition & 1 deletion docs/build/reference/inference-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ If an out-of-date dependency has no commands, and if [.SUFFIXES](dot-directives.

[Precedence in inference rules](precedence-in-inference-rules.md)

## See Also
## See also

[NMAKE Reference](nmake-reference.md)
2 changes: 1 addition & 1 deletion docs/build/reference/msbuild-reference-cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ How to use precompiled header files and how to create your own custom precompile
[Visual Studio project property reference](property-pages-visual-cpp.md)<br/>
Reference documentation for project properties that are set in the Visual Studio IDE.

## See Also
## See also

[C/C++ Building Reference](c-cpp-building-reference.md)
2 changes: 1 addition & 1 deletion docs/build/reference/msbuild-visual-cpp-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ The following table lists several useful user-oriented targets.
> [!NOTE]
> In Visual Studio 2017, C++ project support for **xsd** files is deprecated. You can still use **Microsoft.VisualC.CppCodeProvider** by adding **CppCodeProvider.dll** manually to the GAC.

## See Also
## See also

[MSBuild Task Reference](/visualstudio/msbuild/msbuild-task-reference)<br/>
[BscMake Task](/visualstudio/msbuild/bscmake-task)<br/>
Expand Down
2 changes: 1 addition & 1 deletion docs/build/reference/para-visual-cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ Compile with [/doc](doc-process-documentation-comments-c-cpp.md) to process docu

See [\<summary>](summary-visual-cpp.md) for an example of using \<para>.

## See Also
## See also

[XML Documentation](xml-documentation-visual-cpp.md)
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ The compiler will process any tag that is valid XML. The following tags provide

In the current release, the MSVC compiler does not support `<paramref>`, a tag that is supported by other Visual Studio compilers. Visual C++ may support `<paramref>` in a future release.

## See Also
## See also

[XML Documentation](xml-documentation-visual-cpp.md)
2 changes: 1 addition & 1 deletion docs/build/reference/targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ In a dependency line, specify one or more targets, using any valid filename, dir

[Dependency side effects](dependency-side-effects.md)

## See Also
## See also

[Description Blocks](description-blocks.md)
2 changes: 1 addition & 1 deletion docs/build/release-builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ A release build uses optimizations. When you use optimizations to create a relea
[Checking for Memory Overwrites](checking-for-memory-overwrites.md)<br/>
[Optimizing Your Code](optimizing-your-code.md)<br/>

## See Also
## See also

[C/C++ Building Reference](reference/c-cpp-building-reference.md)
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The `custom build step on the project` and a `post-build event` run sequentially
[Troubleshoot Build Customizations](troubleshooting-build-customizations.md)<br/>
[Format the Output of a Custom Build Step or Build Event](formatting-the-output-of-a-custom-build-step-or-build-event.md)<br/>

## See Also
## See also

[Visual Studio Projects - C++](creating-and-managing-visual-cpp-projects.md)<br>
[Common macros for build commands and properties](reference/common-macros-for-build-commands-and-properties.md)
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ An understanding of the fundamentals of the C++ language.
a / b = 0.0747475
```

## See Also
## See also

[Walkthrough: Creating and Using a Dynamic Link Library (C++)](../build/walkthrough-creating-and-using-a-dynamic-link-library-cpp.md)<br/>
[Desktop Applications (Visual C++)](../windows/desktop-applications-visual-cpp.md)<br/>
2 changes: 1 addition & 1 deletion docs/cppcx/wrl/activatableclass-macros.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ Do not use these macros with classic COM unless you use the `#undef` directive t

**Namespace:** Microsoft::WRL

## See Also
## See also

[Module Class](module-class.md)
2 changes: 1 addition & 1 deletion docs/cppcx/wrl/activateinstance-function.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ S_OK if successful; otherwise, an error HRESULT that indicates the cause of the

**Namespace:** Windows::Foundation

## See Also
## See also

[Windows::Foundation Namespace](windows-foundation-namespace.md)
2 changes: 1 addition & 1 deletion docs/cppcx/wrl/activationfactorycallback-function.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ The Windows Runtime calls this callback function to request an object specified

**Namespace:** Microsoft::WRL::Details

## See Also
## See also

[Microsoft::WRL::Details Namespace](microsoft-wrl-details-namespace.md)
2 changes: 1 addition & 1 deletion docs/cppcx/wrl/agileactivationfactory-class.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class AgileActivationFactory :

**Namespace:** Microsoft::WRL

## See Also
## See also

[Microsoft::WRL Namespace](microsoft-wrl-namespace.md)<br/>
[ActivationFactory Class](activationfactory-class.md)
2 changes: 1 addition & 1 deletion docs/cppcx/wrl/agileeventsource-class.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ When this operation completes, a handle that represents the event. Use this toke

S_OK if successful; otherwise, an HRESULT that indicates the error.

## See Also
## See also

[Microsoft::WRL Namespace](microsoft-wrl-namespace.md)
2 changes: 1 addition & 1 deletion docs/cppcx/wrl/asweak-function.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ S_OK, if this operation is successful; otherwise, an error HRESULT that indicate

**Namespace:** Microsoft::WRL

## See Also
## See also

[Microsoft::WRL Namespace](microsoft-wrl-namespace.md)
2 changes: 1 addition & 1 deletion docs/cppcx/wrl/asyncresulttype-enumeration.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ enum AsyncResultType;

**Namespace:** Microsoft::WRL

## See Also
## See also

[Microsoft::WRL Namespace](microsoft-wrl-namespace.md)
2 changes: 1 addition & 1 deletion docs/cppcx/wrl/asyncstatusinternal-enumeration.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ Equivalent to `::Windows::Foundation::AsyncStatus::Error`

**Namespace:** Microsoft::WRL::Details

## See Also
## See also

[Microsoft::WRL::Details Namespace](microsoft-wrl-details-namespace.md)
2 changes: 1 addition & 1 deletion docs/cppcx/wrl/callback-function-wrl.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,6 @@ The base of a delegate object must be `IUnknown`, not `IInspectable`.

**Namespace:** Microsoft::WRL

## See Also
## See also

[Microsoft::WRL Namespace](microsoft-wrl-namespace.md)
2 changes: 1 addition & 1 deletion docs/cppcx/wrl/canceltransitionpolicy-enumeration.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ enum CancelTransitionPolicy;

**Namespace:** Microsoft::WRL

## See Also
## See also

[Microsoft::WRL Namespace](microsoft-wrl-namespace.md)
2 changes: 1 addition & 1 deletion docs/cppcx/wrl/cloakediid-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ The following is an example of how **CloakedIid** is used: `struct MyRuntimeClas

**Namespace:** Microsoft::WRL

## See Also
## See also

[Microsoft::WRL Namespace](microsoft-wrl-namespace.md)
2 changes: 1 addition & 1 deletion docs/cppcx/wrl/comparestringordinal-method.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ Compares two specified HSTRING objects and returns an integer that indicates the

**Namespace:** Microsoft::WRL::Wrappers::Details

## See Also
## See also

[Microsoft::WRL::Wrappers::Details Namespace](microsoft-wrl-wrappers-details-namespace.md)
2 changes: 1 addition & 1 deletion docs/cppcx/wrl/composablebase-class.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ class ComposableBase;

**Namespace:** Microsoft::WRL

## See Also
## See also

[Microsoft::WRL Namespace](microsoft-wrl-namespace.md)
2 changes: 1 addition & 1 deletion docs/cppcx/wrl/createactivationfactory-function.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ An assert error is emitted if template parameter *Factory* doesn't derive from i

**Namespace:** Microsoft::WRL

## See Also
## See also

[Microsoft::WRL::Wrappers::Details Namespace](microsoft-wrl-wrappers-details-namespace.md)
2 changes: 1 addition & 1 deletion docs/cppcx/wrl/createclassfactory-function.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ An assert error is emitted if template parameter *Factory* doesn't derive from i

**Namespace:** Microsoft::WRL

## See Also
## See also

[Microsoft::WRL::Wrappers::Details Namespace](microsoft-wrl-wrappers-details-namespace.md)
2 changes: 1 addition & 1 deletion docs/cppcx/wrl/derefhelper-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ Represent a dereferenced pointer to the `T*` template parameter.

**Namespace:** Microsoft::WRL::Details

## See Also
## See also

[Microsoft::WRL::Details Namespace](microsoft-wrl-details-namespace.md)
2 changes: 1 addition & 1 deletion docs/cppcx/wrl/enableif-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ Defines a data member of the type specified by the second template parameter if

**Namespace:** Microsoft::WRL::Details

## See Also
## See also

[Microsoft::WRL::Details Namespace](microsoft-wrl-details-namespace.md)
2 changes: 1 addition & 1 deletion docs/cppcx/wrl/eventtraits-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ struct EventTraits : HANDLENullTraits;

**Namespace:** Microsoft::WRL::Wrappers::HandleTraits

## See Also
## See also

[Microsoft::WRL::Wrappers::HandleTraits Namespace](microsoft-wrl-wrappers-handletraits-namespace.md)
2 changes: 1 addition & 1 deletion docs/cppcx/wrl/factorycacheflags-enumeration.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ By default, the factory caching policy is specified as the [ModuleType](modulety

**Namespace:** Microsoft::WRL

## See Also
## See also

[Microsoft::WRL Namespace](microsoft-wrl-namespace.md)
2 changes: 1 addition & 1 deletion docs/cppcx/wrl/filehandletraits-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ struct FileHandleTraits : HANDLETraits;

**Namespace:** Microsoft::WRL::Wrappers::HandleTraits

## See Also
## See also

[Microsoft::WRL::Wrappers::HandleTraits Namespace](microsoft-wrl-wrappers-handletraits-namespace.md)
2 changes: 1 addition & 1 deletion docs/cppcx/wrl/getactivationfactory-function.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ S_OK if successful; otherwise, an error HRESULT that indicates why this operatio

**Namespace:** Windows::Foundation

## See Also
## See also

[Windows::Foundation Namespace](windows-foundation-namespace.md)
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ To compile the code, copy it and then paste it in a Visual Studio project, or pa

`cl.exe wrl-consume-component.cpp runtimeobject.lib`

## See Also
## See also

[Windows Runtime C++ Template Library (WRL)](windows-runtime-cpp-template-library-wrl.md)
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@ To compile the code, copy it and then paste it in a Visual Studio project, or pa

`cl.exe wrl-consume-asyncOp.cpp runtimeobject.lib`

## See Also
## See also

[Windows Runtime C++ Template Library (WRL)](windows-runtime-cpp-template-library-wrl.md)
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ This document uses standard COM functions to demonstrate that you can use the Wi

[!code-cpp[wrl-classic-com-component#7](../codesnippet/CPP/how-to-create-a-classic-com-component-using-wrl_7.cpp)]

## See Also
## See also

[Windows Runtime C++ Template Library (WRL)](windows-runtime-cpp-template-library-wrl.md)
2 changes: 1 addition & 1 deletion docs/cppcx/wrl/how-to-handle-events-using-wrl.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ To compile the code, copy it and then paste it in a Visual Studio project, or pa

`cl.exe wrl-consume-events.cpp runtimeobject.lib`

## See Also
## See also

[Windows Runtime C++ Template Library (WRL)](windows-runtime-cpp-template-library-wrl.md)
Loading