Skip to content

Commit b1d477f

Browse files
authored
Merge pull request premake#1745 from hannes-harnisch/master
Adding documentation for module options
2 parents 0ab4ba5 + fbc7240 commit b1d477f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

website/docs/compileas.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ compileas "value"
1212
* `C++` - Compile as a C++ source file.
1313
* `Objective-C` - Compile as an Objective-C source file.
1414
* `Objective-C++` - Compile as an Objective-C++ source file.
15-
* `Module` - Needs documentation
16-
* `ModulePartition` - Needs documentation
17-
* `HeaderUnit` - Needs documentation
15+
* `Module` - Compile as a C++20 module interface unit.
16+
* `ModulePartition` - Compile as a C++20 module interface partition.
17+
* `HeaderUnit` - Compile as a C++20 header unit.
1818

1919
### Applies To ###
2020

2121
The `workspace`, `project` or `file` scope.
2222

2323
### Availability ###
2424

25-
Premake 5.0.0 alpha 13 or later.
25+
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+.
2626

2727
### Examples ###
2828

0 commit comments

Comments
 (0)