diff options
author | Adrian-Ken Rueegsegger <ken@codelabs.ch> | 2012-01-06 17:37:59 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2012-01-13 16:27:35 +0100 |
commit | 5ed3e3a7e64ed0c01a32d2f517e8a1d63226e986 (patch) | |
tree | 8617ea667f38c8050124f20c18c4bd4e8ff92d91 /HACKING | |
parent | 9d17c1a679a83cc5e50d1748d6414bd1d6e4f32c (diff) | |
download | strongswan-5ed3e3a7e64ed0c01a32d2f517e8a1d63226e986.tar.bz2 strongswan-5ed3e3a7e64ed0c01a32d2f517e8a1d63226e986.tar.xz |
Various style, typo and whitespace corrections
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,8 +5,8 @@ Git repository --------------------- -For interested developers, we have a public repository. To check out and -compile the code, you need the following tools: +For interested developers, we have a public repository. To check out and compile +the code, you need the following tools: - Git - a recent GNU C compiler (>= 3.x) @@ -43,7 +43,7 @@ Then you're in, start the build as usual: API documentation ----------------- -Charon and libstrongswan contain inline code documentation. These comments can +Charon and libstrongswan contain inline code documentation. These comments can be extracted using doxygen. It is built using 'make apidoc', which creates an 'apidoc' folder containing the HTML files. |