Skip to content

Commit

Permalink
Update documentations
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-BaptisteC <[email protected]>
  • Loading branch information
Jean-BaptisteC authored and biodranik committed Jul 13, 2024
1 parent 7d25091 commit 34c8373
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Copyright 2020 My.com B.V. (Mail.Ru Group)
Copyright 2021 Organic Maps Contributors
Copyright 2024 Organic Maps Contributors

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion docs/CPP_STYLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Below are our specific (but not all!) exceptions to the Google's coding standard
Naming and formatting

- We ALWAYS use two spaces indent and don't use tabs.
- We don't have strict limits on line width, but keep it reasonable to fit on the screen. The advised width is that written in the [.clang-format](./.clang-format) file (currently 100).
- We don't have strict limits on line width, but keep it reasonable to fit on the screen. The advised width is that written in the [.clang-format](/.clang-format) file (currently 100).
- Doxygen-style comments can be used.
- Underscores are allowed only in prefixes for member variables and namespace names, like `int m_countriesCount; namespace utf_parser`.
- Use right-to-left order for variables/params: `string const & s` (reference to the const string).
Expand Down
2 changes: 1 addition & 1 deletion docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ For _Windows_, it's necessary to enable symlink support:
1. Activate _Windows Development Mode_ to enable symlinks globally:
- Windows 10: _Settings_ -> _Update and Security_ -> _For Developers_ -> _Activate Developer Mode_
- Windows 11: _Settings_ -> _Privacy and Security_ -> _For Developers_ -> _Activate Developer Mode_
2. Enable [symlinks](https://git-scm.com/docs/git-config#Documentation/git-config.txt-coresymlinks) support in git. The easiest way is to reinstall the latest [Git for Windows](https://gitforwindows.org/) with the "Enable Symlinks" checkbox checked. If you don't want to reinstall Git, then you can add `-c core.symlinks=true` parameter to the clone command below to enable symlinks for the repository.
2. Enable [symlinks](https://git-scm.com/docs/git-config#Documentation/git-config.txt-coresymlinks) support in git. The easiest way is to reinstall the latest [Git for Windows](https://git-scm.com/download/win) with the "Enable Symlinks" checkbox checked. If you don't want to reinstall Git, then you can add `-c core.symlinks=true` parameter to the clone command below to enable symlinks for the repository.

```bash
git config --global core.symlinks true
Expand Down
2 changes: 1 addition & 1 deletion docs/STYLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ A whole map needs to be [regenerated](MAPS.md) for the changes to take effect if
Map style files syntax is based on [MapCSS/0.2](https://wiki.openstreetmap.org/wiki/MapCSS/0.2),
though the specification is not supported in full and there are OM-specific extensions to it.

The `tools/unix/generate_drules.sh` script uses a customized version of [Kothic](https://github.com/kothic/kothic)
The `tools/unix/generate_drules.sh` script uses a customized version of [Kothic](https://github.com/organicmaps/kothic)
stylesheet processor to compile MapCSS files into binary drawing rules files `data/drules_proto*.bin`.
The processor also produces text versions of these files (`data/drules_proto*.txt`) to ease debugging.

Expand Down
2 changes: 1 addition & 1 deletion docs/TRANSLATIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Main:
Additional:
- Text-to-speech strings for navigation: [`data/strings/sound.txt`](../data/strings/sound.txt)

- Android stores description: [`android/src/google/play/`](../android/src/google/play/)
- Android stores description: [`android/app/src/fdroid/play/`](../android/app/src/fdroid/play/)
- Apple AppStore description: [`iphone/metadata/`](../iphone/metadata/)

- Popular brands of map features: [`data/strings/brands_strings.txt`](../data/strings/brands_strings.txt)
Expand Down

0 comments on commit 34c8373

Please sign in to comment.