refactor(readme): remove doxygen requirement
This commit is contained in:
@@ -8,7 +8,6 @@ A minimal HTTP web server written in C.
|
|||||||
|
|
||||||
- myclib (on my profile)
|
- myclib (on my profile)
|
||||||
- [tomlc17](https://github.com/cktan/tomlc17)
|
- [tomlc17](https://github.com/cktan/tomlc17)
|
||||||
- [doxygen](https://www.doxygen.nl/) (optional, for documentation only - requires `dot`)
|
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -35,7 +35,7 @@ static cws_vhost_s *get_vhost(cws_config_s *config, char *host) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ?? */
|
/* This should not happen */
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user