summaryrefslogtreecommitdiff
path: root/docs/markdown/Build-targets.md
AgeCommit message (Collapse)Author
2024-01-25docs: Use common conventions for shared libsSune Vuorela
Use common conventions for documentation of shared library version and soversion. In general, the numeric version part is expected to be first component of version, so suggest this in the example code.
2023-04-11Change "can not" to "cannot" throughout projectHiPhish
The word "cannot" expresses inability to do something whereas "can not" expresses the ability to refrain from doing something.
2020-04-07docs: Mention library command as well [skip ci]Vedran Miletić
2020-04-01docs: Described library command in Build targets section [skip ci]Vedran Miletić
2017-08-26Rewrapped more files.Jussi Pakkanen
2017-05-03doc: Capitalize things more consistently.Elliott Sales de Andrade
Upper or lower case depending on the official spelling, or the more consistent usage.
2017-04-26docs: Import the website and wiki and build with hotdocThibault Saunier
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.