Dirk Ziegelmeier
59fba75cd8
Update doxygen version to 2.0.3 as in init.h
9 years ago
Dirk Ziegelmeier
d9b279d150
Cleanup documentation a bit: rename "Addons" to "NETIFs" - its a more appropriate name
9 years ago
Dirk Ziegelmeier
e4b356f08c
Add netif extended callback to doxygen docs
9 years ago
Dirk Ziegelmeier
a826b1aeeb
Add IPv6 scopes to documentation
9 years ago
Dirk Ziegelmeier
ee3154999a
Add CHANGELOG to lwIP HTML documentation
9 years ago
Dirk Ziegelmeier
861dab5b22
Set lwIP version to 2.0.2 in doxygen script
9 years ago
Dirk Ziegelmeier
a2ad9d36ca
Improve documentation: Refer to compiler/platform abstraction in NO_SYS mode description
9 years ago
Dirk Ziegelmeier
33bdf9fa76
Doxygen: Fix project description text
9 years ago
Dirk Ziegelmeier
55fd567a84
Adapt doxygen docs version number
9 years ago
Richard Sailer
2ed755764e
doxygen/generate.sh: Add shebang line
...
This file had the x bit set.
But executing it produced an error, since it was
missing the "#!/bin/sh" line.
This patch adds the "#!/bin/sh" line and makes generate.sh directly executable.
10 years ago
Dirk Ziegelmeier
db9c866fff
Minor: Documentation update
10 years ago
Dirk Ziegelmeier
682b82aad8
Improve documentation: Some words about multiple execution contexts in lwIP
10 years ago
Dirk Ziegelmeier
5d811d799c
Minor: Documentation updates
10 years ago
Dirk Ziegelmeier
0d510dd66d
Add API macros for netif client data handling and update documentation accordingly
10 years ago
Dirk Ziegelmeier
d9eaf6f310
docs: Remove link to example ports again, this should rather go to lwIP wiki...
10 years ago
Dirk Ziegelmeier
21c99b6ebb
Add documentation page about example lwIP ports. Start with FreeRTOS from Pavel Pisa.
10 years ago
Dirk Ziegelmeier
7c0d952379
Add explicit documentation page about reporting bugs
10 years ago
Dirk Ziegelmeier
0c7a59b5db
Minor: Documentation fixes
10 years ago
Dirk Ziegelmeier
c9ad58308a
Minor documentation fixes
10 years ago
Dirk Ziegelmeier
306113c8c3
Add MDNS to doxygen docs
10 years ago
Dirk Ziegelmeier
13251526fa
Strip path prefix in doxygen docs - no /home/dziegel/ in the future :-)
10 years ago
Dirk Ziegelmeier
6ba03d543f
Activate TCP backlog in documentation
10 years ago
Dirk Ziegelmeier
898e69118a
Minor: documentation fix
10 years ago
Dirk Ziegelmeier
f55c0e7864
Move rawapi.txt description to main page - this doc really should be found and read by users
10 years ago
Dirk Ziegelmeier
8d07629b71
Some documentation cleanups and include more comments that have been already in code into doxygen docs
10 years ago
Dirk Ziegelmeier
4c06a737a4
Add redirection page for HTML doxygen output so one does not have to search for index.html in the huge output/html directory
10 years ago
Dirk Ziegelmeier
e4d75a75ea
Remove accidentally committed file
10 years ago
Dirk Ziegelmeier
e76b8b2551
Document SNMP MIB2 netif stats counters
10 years ago
Dirk Ziegelmeier
6cc7f38c99
Fix typo in lwip.Doxyfile
10 years ago
Dirk Ziegelmeier
90fba8773f
Revert "Fix my messing of opt.h and the other options files - it was actually caused by a cyclic #include which I did not see"
...
It still does not work, due to #undef of options in opt.h, the documentation of many files is incomplete
This reverts commit 3f0dae29e9 .
10 years ago
Dirk Ziegelmeier
3f0dae29e9
Fix my messing of opt.h and the other options files - it was actually caused by a cyclic #include which I did not see
...
Read the comments inside opt.h if you are interested.
10 years ago
Dirk Ziegelmeier
8c620d9206
Restructure IPv6 config options
...
Add generate.bat to generate docs quickly under Windows OS
10 years ago
Dirk Ziegelmeier
b0284a6927
Move definition of options group from main_page.h to opt.h - it's more consistent like that
10 years ago
Dirk Ziegelmeier
1bb2539f74
Make options documentation a child of lwIP section
10 years ago
Dirk Ziegelmeier
0e6f2049ad
Minor main_page.h cosmetics
10 years ago
Dirk Ziegelmeier
fb7998699d
Minor doxygen options fix
10 years ago
Dirk Ziegelmeier
63fdb3bb62
Document opt.h - due to a bad bug in doxygen, I had to litter the whole file with "|| __DOXYGEN__" to make it work :-(
...
Doxygen does not handle #ifndef foo #define foo #endif properly. It does not see the #define foo inside.
If someone has objections or a fix for it, please tell me.
10 years ago
Dirk Ziegelmeier
31f941e172
More documentation updates
10 years ago
Dirk Ziegelmeier
0cb1d1144d
Integrate README file into doxygen docs instead of duplicating its content in main_page.h
10 years ago
Dirk Ziegelmeier
fc7aa7a247
Move content from contrib.h and upgrading.h to main_page.h
10 years ago
Dirk Ziegelmeier
6618189342
Add UPGRADING document to doxygen docs
10 years ago
Dirk Ziegelmeier
6b524367a3
Documentation review with Simon, minor changes
10 years ago
Dirk Ziegelmeier
7e4d934f7a
Docs: generate search index
10 years ago
Dirk Ziegelmeier
7b770dd9b6
Document 6LoWPAN and SLIP netif
10 years ago
Dirk Ziegelmeier
7f43fcab71
Document system abstraction layer in doxygen module style
10 years ago
Dirk Ziegelmeier
c6831648e2
Document apps in doxygen module style, create more top-level categories to structure documentation
10 years ago
Dirk Ziegelmeier
8a9de94b1f
Restructure documentation. Create two top-level sections for thread-safe and callback-style APIs.
10 years ago
Dirk Ziegelmeier
8643782e5d
Document netif and lwIP in doxygen module style
10 years ago
Dirk Ziegelmeier
bd79f6c055
Document DNS, memory pools and PBUFs as modules
10 years ago
Dirk Ziegelmeier
59295be4ef
Some more RAW API documentation updates
...
Improve structure of documentation: PPP is now a module, too
10 years ago