Skip to content
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

Update Range<T> XML docs #63

Open
wants to merge 54 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 35 commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
8497b8d
Update constructors XML Docs
FreePhoenix888 Jul 27, 2021
5401b08
Update fields XML Docs
FreePhoenix888 Jul 27, 2021
3a8b556
Update articles
FreePhoenix888 Jul 27, 2021
054913f
Use see tag in constructor docs
FreePhoenix888 Jul 27, 2021
bbeb2a4
Format
FreePhoenix888 Jul 27, 2021
9224186
Update Contains() XML Docs
FreePhoenix888 Jul 27, 2021
759f82c
Format XML Docs
FreePhoenix888 Jul 27, 2021
804be38
Update XML Docs - Use <see/>
FreePhoenix888 Jul 27, 2021
15f9fdd
Update XML Docs
FreePhoenix888 Jul 27, 2021
36544b4
Update Equals() XML Docs
FreePhoenix888 Jul 27, 2021
16b5e53
Update GetHashCode() XML Docs
FreePhoenix888 Jul 27, 2021
4642105
Update == XML Docs
FreePhoenix888 Jul 27, 2021
b054a25
Update != XML Docs
FreePhoenix888 Jul 27, 2021
6aa7824
Update contructors XML DOcs
FreePhoenix888 Jul 27, 2021
7f1067f
Update see cref Range to Range<T>
FreePhoenix888 Jul 27, 2021
d8fdd27
Update contructors XML Docs
FreePhoenix888 Jul 27, 2021
87a41c8
Remove redundant summary tag
FreePhoenix888 Jul 27, 2021
732489f
Update ToString() XML Docs
FreePhoenix888 Jul 27, 2021
2418a04
Update XML Docs
FreePhoenix888 Jul 27, 2021
05549d9
Format XML Docs
FreePhoenix888 Jul 27, 2021
404cf94
Update XML Docs
FreePhoenix888 Jul 27, 2021
020005c
Format XML Docs
FreePhoenix888 Jul 27, 2021
72f5d90
Update XML Docs
FreePhoenix888 Jul 27, 2021
2aac032
Format XML Docs
FreePhoenix888 Jul 27, 2021
860e5ae
Update XML Docs
FreePhoenix888 Jul 29, 2021
dfa8f88
Update XML Docs - operators
FreePhoenix888 Jul 29, 2021
06e5167
Update XML Docs - Remove redundant articles
FreePhoenix888 Jul 29, 2021
c690353
Update XML Docs
FreePhoenix888 Aug 6, 2021
e14d5f1
Update XML Docs
FreePhoenix888 Aug 8, 2021
254b42b
Update docs
FreePhoenix888 Sep 8, 2021
29082f4
Update XML Documentation
FreePhoenix888 Nov 7, 2021
d55bc6b
Remove word допустимое from XML documentation
FreePhoenix888 Nov 10, 2021
6e4f156
Remove space at the line end
FreePhoenix888 Nov 10, 2021
fb6b70b
Update XML Documentation
FreePhoenix888 Nov 10, 2021
efba57b
Update XML DocumentationNN
FreePhoenix888 Nov 10, 2021
88402d0
Update `constructors` `summary`
FreePhoenix888 Jan 5, 2022
82ced6c
Update XML Docs
FreePhoenix888 Jan 5, 2022
f3494be
Remove `with the` double
FreePhoenix888 Jan 5, 2022
bcc6009
`объекта` -> `из`
FreePhoenix888 Jan 5, 2022
5984e26
`c` -> `со`
FreePhoenix888 Jan 5, 2022
17d4b9b
равны ли -> равны ли диапазоны
FreePhoenix888 Jan 5, 2022
a0acbcf
`left and right` -> `left and rigth ranges`
FreePhoenix888 Jan 5, 2022
97c1ac5
`не равны ли left и right` -> `не равны ли диапазоны left и right`
FreePhoenix888 Jan 5, 2022
462115b
Use `(struct|структура)` instead of `(object|instance)` everywhere bu…
FreePhoenix888 Jan 5, 2022
267be45
Update XML Docs: `Provides` for `fields`
FreePhoenix888 Jan 5, 2022
616f186
Update XML Docs: `текущего диапазона` -> `текущей структуры <see cref…
FreePhoenix888 Jan 5, 2022
363d1ae
Update XML Docs: `(value|значением)` -> `(values|значениями)` for `mi…
FreePhoenix888 Jan 5, 2022
da464ac
Update XML Docs: `for both` -> `for the both`
FreePhoenix888 Jan 5, 2022
d76da06
Update XML Docs: add `(ranges|диапазоны)` before left and rigth in `r…
FreePhoenix888 Jan 5, 2022
d40319f
Update Minimum and Maximum docs
FreePhoenix888 Mar 30, 2022
b79e91d
Update Range constructor docs
FreePhoenix888 Mar 30, 2022
0b79544
Update docs
FreePhoenix888 May 4, 2022
070f055
Update docs
FreePhoenix888 May 4, 2022
050241c
Two more spaces.
Konard May 6, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion csharp/Platform.Ranges.Tests/Platform.Ranges.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
<Target Name="CSharpToCppTranslation" AfterTargets="PostBuildEvent" Condition="'$(OS)' == 'Unix' AND $(TargetFramework) == 'net5'">
<Exec Command="../../CSharpToCppTranslator/bin/$(Configuration)/net5/CSharpToCppTranslator $(ProjectDir) $(SolutionDir)cpp/$(ProjectName)/ .cs .cpp"></Exec>
</Target>

</Project>
Loading