diff options
author | Martin Willi <martin@strongswan.org> | 2007-06-11 12:11:41 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2007-06-11 12:11:41 +0000 |
commit | 432b298e403ed1a82f29d60219826b73b9b43d01 (patch) | |
tree | e82d13eec9aa7ccfad8839b7eac68f1ae16347b6 /HACKING | |
parent | 9fe1a1ca7617bb562750864aae1892ece1a6a1e6 (diff) | |
download | strongswan-432b298e403ed1a82f29d60219826b73b9b43d01.tar.bz2 strongswan-432b298e403ed1a82f29d60219826b73b9b43d01.tar.xz |
documentation fixes and updates
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -38,11 +38,17 @@ Then you're in, start the build as usual: make install +API documentation +----------------- +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. + + uClibc support -------------- -Support for uClibc is still work in progress. To get started, make sure to -include the following options: +To run strongSwan on uClibc, you need at least: String and Stdio Support ---> [*] Support glibc's register_printf_function() |