diff options
| -rw-r--r-- | xmake/rules/csharp/generator/csproj.lua | 2 | ||||
| -rw-r--r-- | xmake/rules/csharp/generator/itemgroups.lua | 2 | ||||
| -rw-r--r-- | xmake/rules/csharp/generator/properties.lua | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/xmake/rules/csharp/generator/csproj.lua b/xmake/rules/csharp/generator/csproj.lua index e28cbfc19..aa4e0434c 100644 --- a/xmake/rules/csharp/generator/csproj.lua +++ b/xmake/rules/csharp/generator/csproj.lua @@ -15,7 +15,7 @@ -- Copyright (C) 2015-present, Xmake Open Source Community. -- -- @author JassJam --- @file csproj_generator.lua +-- @file csproj.lua -- -- imports diff --git a/xmake/rules/csharp/generator/itemgroups.lua b/xmake/rules/csharp/generator/itemgroups.lua index 79f13b4fb..2c0528665 100644 --- a/xmake/rules/csharp/generator/itemgroups.lua +++ b/xmake/rules/csharp/generator/itemgroups.lua @@ -15,7 +15,7 @@ -- Copyright (C) 2015-present, Xmake Open Source Community. -- -- @author JassJam --- @file csproj_itemsgroups.lua +-- @file itemgroups.lua -- -- normalize path to relative and use forward slashes diff --git a/xmake/rules/csharp/generator/properties.lua b/xmake/rules/csharp/generator/properties.lua index 75d80e5a8..15702eae4 100644 --- a/xmake/rules/csharp/generator/properties.lua +++ b/xmake/rules/csharp/generator/properties.lua @@ -15,7 +15,7 @@ -- Copyright (C) 2015-present, Xmake Open Source Community. -- -- @author JassJam --- @file csproj_properties.lua +-- @file properties.lua -- -- check if target has multi-target frameworks set |
