diff options
| author | Simon Goldschmidt <[email protected]> | 2018-07-12 21:18:17 +0200 |
|---|---|---|
| committer | Simon Goldschmidt <[email protected]> | 2018-07-12 21:18:17 +0200 |
| commit | 07dd2aec2337bdc8c8812d82d7936a971d67dc85 (patch) | |
| tree | b05371730f8beccd01ce2502c3efbb892def60e6 /doc | |
| parent | cf330c50e62fec76ab418cf3c73cbc5948a0dbe1 (diff) | |
Prepare v2.1.0.rc1
Signed-off-by: Simon Goldschmidt <[email protected]>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/doxygen/lwip.Doxyfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/doxygen/lwip.Doxyfile b/doc/doxygen/lwip.Doxyfile index 122be26f..d8d1ea1b 100644 --- a/doc/doxygen/lwip.Doxyfile +++ b/doc/doxygen/lwip.Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "lwIP" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = "2.0.3" +PROJECT_NUMBER = "2.1.0.rc1" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a @@ -58,7 +58,7 @@ PROJECT_LOGO = # entered, it will be relative to the location where doxygen was started. If # left blank the current directory will be used. -OUTPUT_DIRECTORY = output +OUTPUT_DIRECTORY = "output" # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- # directories (in 2 levels) under the output directory of each output format and |
