HiPhish
439a61affa
Change "can not" to "cannot" throughout project
...
The word "cannot" expresses inability to do something whereas "can not"
expresses the ability to refrain from doing something.
2 years ago
Eli Schwartz
9f6327c77a
docs: fix bad advice to use python module to find python
2 years ago
Elliott Sales de Andrade
fa2585d0b3
Fix typos in docs
2 years ago
Daniel Mensinger
2327cb5eb3
docs: Fix broken links
3 years ago
Jussi Pakkanen
474f4813c4
Capitalize "Meson" consistently as it is a proper name. [skip ci]
4 years ago
Jussi Pakkanen
f72ee8e742
Rewrap long text lines in docs. [skip ci]
4 years ago
Dylan Baker
29ef4478df
compilers/d: Add b_ndebug support
...
D lang compilers have an option -release (or similar) which turns off
asserts, contracts, and other runtime type checking. This patch wires
that up to the b_ndebug flag.
Fixes #7082
5 years ago
ePirat
42d48b461d
Docs: Fix brackets in generator examples [ci skip]
5 years ago
Will Thompson
ca355a79fb
docs: fix typo in link anchor [skip ci]
6 years ago
Jussi Pakkanen
a322dc534b
Revert "Improve declare_dependency() example in Generating-sources.md [skip ci]"
...
This reverts commit 67a01c8d7f
.
6 years ago
Martin Ejdestig
67a01c8d7f
Improve declare_dependency() example in Generating-sources.md [skip ci]
...
By using private_dir_include() instead of enumerating headers in sources
of declare_dependency. Much more convenient, especially when there are
many headers.
Found out about this by reading #4638 . It is not documented anywhere as
far as I can tell.
6 years ago
Jussi Pakkanen
026bdd600a
No tabs, only spaces. [skip ci]
6 years ago
Dylan Baker
7458e762a3
docs: Add documentation to custom_targets for codegen [skip ci]
...
Including the following that has come up several times recent:
- How to use codegen for headers (that each target that uses the header
needs the object in it's sources)
- Using custom_targets with multiple outputs
6 years ago
TÖRÖK Attila
3e92a86db4
doc: Fix a syntax error in an example in 'Generating sources'. [skip ci]
7 years ago
Jussi Pakkanen
38145e0251
The "outputs" kwarg should be "output" and rewrapping. Closes #3166 . [skip ci]
7 years ago
TÖRÖK Attila
8c376a7fe4
docs: Add a paragraph to the Manual about @EXTRA_ARGS@. [skip ci]
7 years ago
Sami Kerola
70a7cf30a1
Re-link remaining github wiki urls to mesonbuild.com site
7 years ago
Luis Menina
92866d8d5f
docs: Remove unnecessary trailing whitespaces
7 years ago
Reverend Homer
fd339759f2
fix typo?
7 years ago
Alexis Jeandet
361b09c491
Added a missing closing parenthesis in the last example
...
There was a missing parenthesis at the end of the last example.
7 years ago
Marty Plummer
cb05b2aab0
docs: fixed meson syntax for Generating-sources.md
...
Signed-off-by: Marty Plummer <ntzrmtthihu777@gmail.com>
7 years ago
Peter Hutterer
7ec6e6df20
docs: add a short description for all top pages in the Manual
8 years ago
John Gallagher
de762feb87
Fix typo in Generating-sources.md
...
First `custom_target` example was missing a closing `'`.
8 years ago
Thibault Saunier
b371875e02
docs: Import the website and wiki and build with hotdoc
...
This allows us to more easily have the documentation in sync with
the source code as people will have to document new features etc
right at the time where they implement it.
8 years ago