From fbc72400378f576e7186cb88ccaf5847750abe37 Mon Sep 17 00:00:00 2001 From: Hannes Harnisch Date: Thu, 4 Nov 2021 20:52:58 +0100 Subject: [PATCH] Adding descriptions for module options --- website/docs/compileas.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/docs/compileas.md b/website/docs/compileas.md index 94df985342..30e68113a3 100644 --- a/website/docs/compileas.md +++ b/website/docs/compileas.md @@ -12,9 +12,9 @@ compileas "value" * `C++` - Compile as a C++ source file. * `Objective-C` - Compile as an Objective-C source file. * `Objective-C++` - Compile as an Objective-C++ source file. -* `Module` - Needs documentation -* `ModulePartition` - Needs documentation -* `HeaderUnit` - Needs documentation +* `Module` - Compile as a C++20 module interface unit. +* `ModulePartition` - Compile as a C++20 module interface partition. +* `HeaderUnit` - Compile as a C++20 header unit. ### Applies To ### @@ -22,7 +22,7 @@ The `workspace`, `project` or `file` scope. ### Availability ### -Premake 5.0.0 alpha 13 or later. +Premake 5.0.0 alpha 13 or later. The options **Module**, **ModulePartition** and **HeaderUnit** are only available in Premake 5.0-beta1 or later and only implemented for Visual Studio 2019+. ### Examples ###